Searched refs:_PyMem_DebugRawCalloc (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Objects/ |
H A D | obmalloc.c | 20 static void* _PyMem_DebugRawCalloc(void *ctx, size_t nelem, size_t elsize); 209 {&_PyMem_Debug.raw, _PyMem_DebugRawMalloc, _PyMem_DebugRawCalloc, _PyMem_DebugRawRealloc, _PyMem_DebugRawFree} 479 alloc.calloc = _PyMem_DebugRawCalloc; in _PyMem_SetupDebugHooksDomain() 2545 _PyMem_DebugRawCalloc(void *ctx, size_t nelem, size_t elsize) in _PyMem_DebugRawCalloc() function 2700 return _PyMem_DebugRawCalloc(ctx, nelem, elsize); in _PyMem_DebugCalloc()
|
Completed in 5 milliseconds