HomeSort by relevance Sort by last modified time
    Searched refs:PyObject_Malloc (Results 1 - 22 of 22) sorted by null

  /external/python/cpython2/Misc/
pymemcompat.h 21 PyObject_Malloc, PyObject_Realloc, PyObject_Free
49 #define PyObject_Malloc PyMem_Malloc
  /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...]
  /external/python/cpython2/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/Python/
future.c 124 ff = (PyFutureFeatures *)PyObject_Malloc(sizeof(PyFutureFeatures));
compile.c 469 u = (struct compiler_unit *)PyObject_Malloc(sizeof(
572 b = (basicblock *)PyObject_Malloc(sizeof(basicblock));
624 b->b_instr = (struct instr *)PyObject_Malloc(
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
future.c 129 ff = (PyFutureFeatures *)PyObject_Malloc(sizeof(PyFutureFeatures));
compile.c 446 u = (struct compiler_unit *)PyObject_Malloc(sizeof(
549 b = (basicblock *)PyObject_Malloc(sizeof(basicblock));
601 b->b_instr = (struct instr *)PyObject_Malloc(
    [all...]
  /external/python/cpython2/Python/
future.c 124 ff = (PyFutureFeatures *)PyObject_Malloc(sizeof(PyFutureFeatures));
compile.c 469 u = (struct compiler_unit *)PyObject_Malloc(sizeof(
572 b = (basicblock *)PyObject_Malloc(sizeof(basicblock));
624 b->b_instr = (struct instr *)PyObject_Malloc(
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
obmalloc.c     [all...]
unicodeobject.c 348 unicode->str = (Py_UNICODE*) PyObject_MALLOC(new_size);
358 unicode->str = (Py_UNICODE*) PyObject_MALLOC(new_size);
750 callresults = PyObject_Malloc(sizeof(PyObject *)*callcount);
899 abuffer = PyObject_Malloc(abuffersize + 1);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
obmalloc.c     [all...]
unicodeobject.c 335 unicode->str = (Py_UNICODE*) PyObject_MALLOC(new_size);
345 unicode->str = (Py_UNICODE*) PyObject_MALLOC(new_size);
708 callresults = PyObject_Malloc(sizeof(PyObject *)*callcount);
833 abuffer = PyObject_Malloc(abuffersize);
    [all...]
  /external/python/cpython2/Objects/
obmalloc.c     [all...]
unicodeobject.c 348 unicode->str = (Py_UNICODE*) PyObject_MALLOC(new_size);
358 unicode->str = (Py_UNICODE*) PyObject_MALLOC(new_size);
749 callresults = PyObject_Malloc(sizeof(PyObject *)*callcount);
898 abuffer = PyObject_Malloc(abuffersize + 1);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_elementtree.c 264 self->extra = PyObject_Malloc(sizeof(ElementObjectExtra));
372 children = PyObject_Malloc(size * sizeof(PyObject*));
    [all...]
  /external/python/cpython2/Modules/
_elementtree.c 264 self->extra = PyObject_Malloc(sizeof(ElementObjectExtra));
379 children = PyObject_Malloc(size * sizeof(PyObject*));
    [all...]

Completed in 1047 milliseconds