Home
last modified time | relevance | path

Searched refs:_PyMem_DebugRawAlloc (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Objects/
Dobmalloc.c2026 _PyMem_DebugRawAlloc(int use_calloc, void *ctx, size_t nbytes) in _PyMem_DebugRawAlloc() function
2081 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()