Searched refs:_PyMem_DebugRawAlloc (Results 1 – 1 of 1) sorted by relevance
2026 _PyMem_DebugRawAlloc(int use_calloc, void *ctx, size_t nbytes) in _PyMem_DebugRawAlloc() function2081 return _PyMem_DebugRawAlloc(0, ctx, nbytes); in _PyMem_DebugRawMalloc()2090 return _PyMem_DebugRawAlloc(1, ctx, nbytes); in _PyMem_DebugRawCalloc()2139 return _PyMem_DebugRawAlloc(0, ctx, nbytes); in _PyMem_DebugRawRealloc()