Searched refs:PyObject_Realloc (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gdb/darwin-x86/include/python2.7/
H A Dobjimpl.h82 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);
121 #define PyObject_Realloc _PyObject_DebugRealloc macro
127 #define PyObject_REALLOC PyObject_Realloc
/prebuilts/gdb/linux-x86/include/python2.7/
H A Dobjimpl.h82 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);
121 #define PyObject_Realloc _PyObject_DebugRealloc macro
127 #define PyObject_REALLOC PyObject_Realloc
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
H A Dobjimpl.h82 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);
121 #define PyObject_Realloc _PyObject_DebugRealloc macro
127 #define PyObject_REALLOC PyObject_Realloc
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
H A Dobjimpl.h82 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);
121 #define PyObject_Realloc _PyObject_DebugRealloc macro
127 #define PyObject_REALLOC PyObject_Realloc

Completed in 216 milliseconds