Searched refs:_PyObject_DebugMallocApi (Results 1 – 2 of 2) sorted by relevance
1444 return _PyObject_DebugMallocApi(_PYMALLOC_MEM_ID, nbytes); in _PyMem_DebugMalloc()1461 return _PyObject_DebugMallocApi(_PYMALLOC_OBJ_ID, nbytes); in _PyObject_DebugMalloc()1482 _PyObject_DebugMallocApi(char id, size_t nbytes) in _PyObject_DebugMallocApi() function1545 return _PyObject_DebugMallocApi(api, nbytes); in _PyObject_DebugReallocApi()
111 PyAPI_FUNC(void *) _PyObject_DebugMallocApi(char api, size_t nbytes);