HomeSort by relevance Sort by last modified time
    Searched defs:PyObject_REALLOC (Results 1 - 7 of 7) sorted by null

  /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

Completed in 71 milliseconds