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

  /external/python/cpython2/Misc/
pymemcompat.h 21 PyObject_Malloc, PyObject_Realloc, PyObject_Free
50 #define PyObject_Realloc PyMem_Realloc
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
objimpl.h 82 PyObject_Realloc(NULL, n) acts like PyObject_Malloc(n).
83 PyObject_Realloc(p != NULL, 0) does not return NULL, or free the memory
98 PyAPI_FUNC(void *) PyObject_Realloc(void *, size_t);
120 #define PyObject_REALLOC _PyObject_DebugRealloc
121 #define PyObject_Realloc _PyObject_DebugRealloc
127 #define PyObject_REALLOC PyObject_Realloc
133 #define PyObject_REALLOC PyMem_REALLOC
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
objimpl.h 82 PyObject_Realloc(NULL, n) acts like PyObject_Malloc(n).
83 PyObject_Realloc(p != NULL, 0) does not return NULL, or free the memory
98 PyAPI_FUNC(void *) PyObject_Realloc(void *, size_t);
120 #define PyObject_REALLOC _PyObject_DebugRealloc
121 #define PyObject_Realloc _PyObject_DebugRealloc
127 #define PyObject_REALLOC PyObject_Realloc
133 #define PyObject_REALLOC PyMem_REALLOC
  /external/python/cpython2/Include/
objimpl.h 82 PyObject_Realloc(NULL, n) acts like PyObject_Malloc(n).
83 PyObject_Realloc(p != NULL, 0) does not return NULL, or free the memory
98 PyAPI_FUNC(void *) PyObject_Realloc(void *, size_t);
120 #define PyObject_REALLOC _PyObject_DebugRealloc
121 #define PyObject_Realloc _PyObject_DebugRealloc
127 #define PyObject_REALLOC PyObject_Realloc
133 #define PyObject_REALLOC PyMem_REALLOC
  /prebuilts/gdb/darwin-x86/include/python2.7/
objimpl.h 82 PyObject_Realloc(NULL, n) acts like PyObject_Malloc(n).
83 PyObject_Realloc(p != NULL, 0) does not return NULL, or free the memory
98 PyAPI_FUNC(void *) PyObject_Realloc(void *, size_t);
120 #define PyObject_REALLOC _PyObject_DebugRealloc
121 #define PyObject_Realloc _PyObject_DebugRealloc
127 #define PyObject_REALLOC PyObject_Realloc
133 #define PyObject_REALLOC PyMem_REALLOC
  /prebuilts/gdb/linux-x86/include/python2.7/
objimpl.h 82 PyObject_Realloc(NULL, n) acts like PyObject_Malloc(n).
83 PyObject_Realloc(p != NULL, 0) does not return NULL, or free the memory
98 PyAPI_FUNC(void *) PyObject_Realloc(void *, size_t);
120 #define PyObject_REALLOC _PyObject_DebugRealloc
121 #define PyObject_Realloc _PyObject_DebugRealloc
127 #define PyObject_REALLOC PyObject_Realloc
133 #define PyObject_REALLOC PyMem_REALLOC
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
objimpl.h 82 PyObject_Realloc(NULL, n) acts like PyObject_Malloc(n).
83 PyObject_Realloc(p != NULL, 0) does not return NULL, or free the memory
98 PyAPI_FUNC(void *) PyObject_Realloc(void *, size_t);
120 #define PyObject_REALLOC _PyObject_DebugRealloc
121 #define PyObject_Realloc _PyObject_DebugRealloc
127 #define PyObject_REALLOC PyObject_Realloc
133 #define PyObject_REALLOC PyMem_REALLOC
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
objimpl.h 82 PyObject_Realloc(NULL, n) acts like PyObject_Malloc(n).
83 PyObject_Realloc(p != NULL, 0) does not return NULL, or free the memory
98 PyAPI_FUNC(void *) PyObject_Realloc(void *, size_t);
120 #define PyObject_REALLOC _PyObject_DebugRealloc
121 #define PyObject_Realloc _PyObject_DebugRealloc
127 #define PyObject_REALLOC PyObject_Realloc
133 #define PyObject_REALLOC PyMem_REALLOC
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
obmalloc.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
obmalloc.c     [all...]
  /external/python/cpython2/Objects/
obmalloc.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_elementtree.c 367 children = PyObject_Realloc(self->extra->children,
    [all...]
  /external/python/cpython2/Modules/
_elementtree.c 374 children = PyObject_Realloc(self->extra->children,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
compile.c 650 tmp = (struct instr *)PyObject_Realloc(
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
compile.c 627 tmp = (struct instr *)PyObject_Realloc(
    [all...]
  /external/python/cpython2/Python/
compile.c 650 tmp = (struct instr *)PyObject_Realloc(
    [all...]

Completed in 352 milliseconds