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

  /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 22 milliseconds