Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dobmalloc.c19 static void* _PyMem_DebugRawRealloc(void *ctx, void *ptr, size_t size);
207 …{&_PyMem_Debug.raw, _PyMem_DebugRawMalloc, _PyMem_DebugRawCalloc, _PyMem_DebugRawRealloc, _PyMem_D…
478 alloc.realloc = _PyMem_DebugRawRealloc; in _PyMem_SetupDebugHooksDomain()
2533 _PyMem_DebugRawRealloc(void *ctx, void *p, size_t nbytes) in _PyMem_DebugRawRealloc() function
2669 return _PyMem_DebugRawRealloc(ctx, ptr, nbytes); in _PyMem_DebugRealloc()