Searched refs:PyObject_Realloc (Results 1 – 7 of 7) sorted by relevance
98 PyAPI_FUNC(void *) PyObject_Realloc(void *, size_t);121 #define PyObject_Realloc _PyObject_DebugRealloc macro127 #define PyObject_REALLOC PyObject_Realloc
1174 #undef PyObject_Realloc1176 PyObject_Realloc(void *p, size_t nbytes) in PyObject_Realloc() function1268 PyObject_Realloc(void *p, size_t n) in PyObject_Realloc() function1515 q = (uchar *)PyObject_Realloc(q - 2*SST, total); in _PyObject_DebugReallocApi()
1222 #undef PyObject_Realloc1225 PyObject_Realloc(void *p, size_t nbytes) in PyObject_Realloc() function1317 PyObject_Realloc(void *p, size_t n) in PyObject_Realloc() function1564 q = (uchar *)PyObject_Realloc(q - 2*SST, total); in _PyObject_DebugReallocApi()
367 children = PyObject_Realloc(self->extra->children, in element_resize()2492 memory_handler.realloc_fcn = PyObject_Realloc;
627 tmp = (struct instr *)PyObject_Realloc( in compiler_next_instr()
650 tmp = (struct instr *)PyObject_Realloc( in compiler_next_instr()