Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dobmalloc.c2479 _PyMem_DebugRawAlloc(int use_calloc, void *ctx, size_t nbytes) in _PyMem_DebugRawAlloc() function
2541 return _PyMem_DebugRawAlloc(0, ctx, nbytes); in _PyMem_DebugRawMalloc()
2550 return _PyMem_DebugRawAlloc(1, ctx, nbytes); in _PyMem_DebugRawCalloc()
2583 return _PyMem_DebugRawAlloc(0, ctx, nbytes); in _PyMem_DebugRawRealloc()

Completed in 5 milliseconds