Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dobmalloc.c193 } _PyMem_Debug = { variable
200 …{&_PyMem_Debug.raw, _PyMem_DebugRawMalloc, _PyMem_DebugRawCalloc, _PyMem_DebugRawRealloc, _PyMem_D…
202 … {&_PyMem_Debug.mem, _PyMem_DebugMalloc, _PyMem_DebugCalloc, _PyMem_DebugRealloc, _PyMem_DebugFree}
204 … {&_PyMem_Debug.obj, _PyMem_DebugMalloc, _PyMem_DebugCalloc, _PyMem_DebugRealloc, _PyMem_DebugFree}
353 if (pymemallocator_eq(&_PyMem_Debug.raw.alloc, &malloc_alloc) && in _PyMem_GetAllocatorsName()
354 pymemallocator_eq(&_PyMem_Debug.mem.alloc, &malloc_alloc) && in _PyMem_GetAllocatorsName()
355 pymemallocator_eq(&_PyMem_Debug.obj.alloc, &malloc_alloc)) in _PyMem_GetAllocatorsName()
360 if (pymemallocator_eq(&_PyMem_Debug.raw.alloc, &malloc_alloc) && in _PyMem_GetAllocatorsName()
361 pymemallocator_eq(&_PyMem_Debug.mem.alloc, &pymalloc) && in _PyMem_GetAllocatorsName()
362 pymemallocator_eq(&_PyMem_Debug.obj.alloc, &pymalloc)) in _PyMem_GetAllocatorsName()
[all …]
/external/python/cpython3/Tools/c-globals/
Dignored-globals.txt286 _PyMem_Debug