HomeSort by relevance Sort by last modified time
    Searched refs:PyObject_MALLOC (Results 1 - 25 of 42) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
bitset.c 11 bitset ss = (char *)PyObject_MALLOC(sizeof(BYTE) * nbytes);
acceler.c 71 accel = (int *) PyObject_MALLOC(nl * sizeof(int));
114 s->s_accel = (int *) PyObject_MALLOC((nl-k) * sizeof(int));
parsetok.c 180 str = (char *) PyObject_MALLOC(len + 1);
235 text = (char *) PyObject_MALLOC(len + 1);
250 r->n_str = PyObject_MALLOC(strlen(tok->encoding)+1);
firstsets.c 62 sym = (int *)PyObject_MALLOC(sizeof(int));
node.c 10 node *n = (node *) PyObject_MALLOC(1 * sizeof(node));
grammar.c 23 g = (grammar *)PyObject_MALLOC(sizeof(grammar));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
bitset.c 11 bitset ss = (char *)PyObject_MALLOC(sizeof(BYTE) * nbytes);
acceler.c 71 accel = (int *) PyObject_MALLOC(nl * sizeof(int));
114 s->s_accel = (int *) PyObject_MALLOC((nl-k) * sizeof(int));
node.c 10 node *n = (node *) PyObject_MALLOC(1 * sizeof(node));
parsetok.c 193 str = (char *) PyObject_MALLOC(len + 1);
248 text = (char *) PyObject_MALLOC(len + 1);
263 r->n_str = PyObject_MALLOC(strlen(tok->encoding)+1);
firstsets.c 62 sym = (int *)PyObject_MALLOC(sizeof(int));
pgen.c 84 nf = (nfa *)PyObject_MALLOC(sizeof(nfa));
109 gr = (nfagrammar *)PyObject_MALLOC(sizeof(nfagrammar));
398 xx_state = (ss_state *)PyObject_MALLOC(sizeof(ss_state));
grammar.c 23 g = (grammar *)PyObject_MALLOC(sizeof(grammar));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
objimpl.h 80 PyObject_Malloc(0) returns a unique non-NULL pointer if possible.
82 PyObject_Realloc(NULL, n) acts like PyObject_Malloc(n).
97 PyAPI_FUNC(void *) PyObject_Malloc(size_t);
118 #define PyObject_MALLOC _PyObject_DebugMalloc
119 #define PyObject_Malloc _PyObject_DebugMalloc
126 #define PyObject_MALLOC PyObject_Malloc
132 #define PyObject_MALLOC PyMem_MALLOC
194 (PyObject *) PyObject_MALLOC( _PyObject_SIZE(typeobj) ), (typeobj)) )
198 (PyVarObject *) PyObject_MALLOC(_PyObject_VAR_SIZE((typeobj),(n)) ),\
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
objimpl.h 80 PyObject_Malloc(0) returns a unique non-NULL pointer if possible.
82 PyObject_Realloc(NULL, n) acts like PyObject_Malloc(n).
97 PyAPI_FUNC(void *) PyObject_Malloc(size_t);
118 #define PyObject_MALLOC _PyObject_DebugMalloc
119 #define PyObject_Malloc _PyObject_DebugMalloc
126 #define PyObject_MALLOC PyObject_Malloc
132 #define PyObject_MALLOC PyMem_MALLOC
194 (PyObject *) PyObject_MALLOC( _PyObject_SIZE(typeobj) ), (typeobj)) )
198 (PyVarObject *) PyObject_MALLOC(_PyObject_VAR_SIZE((typeobj),(n)) ),\
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
objimpl.h 80 PyObject_Malloc(0) returns a unique non-NULL pointer if possible.
82 PyObject_Realloc(NULL, n) acts like PyObject_Malloc(n).
97 PyAPI_FUNC(void *) PyObject_Malloc(size_t);
118 #define PyObject_MALLOC _PyObject_DebugMalloc
119 #define PyObject_Malloc _PyObject_DebugMalloc
126 #define PyObject_MALLOC PyObject_Malloc
132 #define PyObject_MALLOC PyMem_MALLOC
194 (PyObject *) PyObject_MALLOC( _PyObject_SIZE(typeobj) ), (typeobj)) )
198 (PyVarObject *) PyObject_MALLOC(_PyObject_VAR_SIZE((typeobj),(n)) ),
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
objimpl.h 80 PyObject_Malloc(0) returns a unique non-NULL pointer if possible.
82 PyObject_Realloc(NULL, n) acts like PyObject_Malloc(n).
97 PyAPI_FUNC(void *) PyObject_Malloc(size_t);
118 #define PyObject_MALLOC _PyObject_DebugMalloc
119 #define PyObject_Malloc _PyObject_DebugMalloc
126 #define PyObject_MALLOC PyObject_Malloc
132 #define PyObject_MALLOC PyMem_MALLOC
194 (PyObject *) PyObject_MALLOC( _PyObject_SIZE(typeobj) ), (typeobj)) )
198 (PyVarObject *) PyObject_MALLOC(_PyObject_VAR_SIZE((typeobj),(n)) ),
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
objimpl.h 80 PyObject_Malloc(0) returns a unique non-NULL pointer if possible.
82 PyObject_Realloc(NULL, n) acts like PyObject_Malloc(n).
97 PyAPI_FUNC(void *) PyObject_Malloc(size_t);
118 #define PyObject_MALLOC _PyObject_DebugMalloc
119 #define PyObject_Malloc _PyObject_DebugMalloc
126 #define PyObject_MALLOC PyObject_Malloc
132 #define PyObject_MALLOC PyMem_MALLOC
194 (PyObject *) PyObject_MALLOC( _PyObject_SIZE(typeobj) ), (typeobj)) )
198 (PyVarObject *) PyObject_MALLOC(_PyObject_VAR_SIZE((typeobj),(n)) ),
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
objimpl.h 80 PyObject_Malloc(0) returns a unique non-NULL pointer if possible.
82 PyObject_Realloc(NULL, n) acts like PyObject_Malloc(n).
97 PyAPI_FUNC(void *) PyObject_Malloc(size_t);
118 #define PyObject_MALLOC _PyObject_DebugMalloc
119 #define PyObject_Malloc _PyObject_DebugMalloc
126 #define PyObject_MALLOC PyObject_Malloc
132 #define PyObject_MALLOC PyMem_MALLOC
194 (PyObject *) PyObject_MALLOC( _PyObject_SIZE(typeobj) ), (typeobj)) )
198 (PyVarObject *) PyObject_MALLOC(_PyObject_VAR_SIZE((typeobj),(n)) ),
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
bufferobject.c 215 o = (PyObject *)PyObject_MALLOC(sizeof(*b) + size);
object.c 244 op = (PyObject *) PyObject_MALLOC(_PyObject_SIZE(tp));
255 op = (PyVarObject *) PyObject_MALLOC(size);
    [all...]
complexobject.c 239 op = (PyComplexObject *) PyObject_MALLOC(sizeof(PyComplexObject));
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
bufferobject.c 215 o = (PyObject *)PyObject_MALLOC(sizeof(*b) + size);
object.c 244 op = (PyObject *) PyObject_MALLOC(_PyObject_SIZE(tp));
255 op = (PyVarObject *) PyObject_MALLOC(size);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
gcmodule.c     [all...]

Completed in 701 milliseconds

1 2