Home
last modified time | relevance | path

Searched refs:_PyMem_DebugRawMalloc (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Objects/
H A Dobmalloc.c19 static void* _PyMem_DebugRawMalloc(void *ctx, size_t size);
209 {&_PyMem_Debug.raw, _PyMem_DebugRawMalloc, _PyMem_DebugRawCalloc, _PyMem_DebugRawRealloc, _PyMem_DebugRawFree}
472 if (_PyMem_Raw.malloc == _PyMem_DebugRawMalloc) { in _PyMem_SetupDebugHooksDomain()
478 alloc.malloc = _PyMem_DebugRawMalloc; in _PyMem_SetupDebugHooksDomain()
2539 _PyMem_DebugRawMalloc(void *ctx, size_t nbytes) in _PyMem_DebugRawMalloc() function
2693 return _PyMem_DebugRawMalloc(ctx, nbytes); in _PyMem_DebugMalloc()

Completed in 5 milliseconds