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