Searched refs:_PyObject_DebugMalloc (Results 1 – 4 of 4) sorted by relevance
105 PyAPI_FUNC(void *) _PyObject_DebugMalloc(size_t nbytes);118 #define PyObject_MALLOC _PyObject_DebugMalloc119 #define PyObject_Malloc _PyObject_DebugMalloc
1410 _PyObject_DebugMalloc(size_t nbytes) in _PyObject_DebugMalloc() function
1459 _PyObject_DebugMalloc(size_t nbytes) in _PyObject_DebugMalloc() function