Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dobmalloc.c200 } _PyMem_Debug = { variable
207 …{&_PyMem_Debug.raw, _PyMem_DebugRawMalloc, _PyMem_DebugRawCalloc, _PyMem_DebugRawRealloc, _PyMem_D…
209 … {&_PyMem_Debug.mem, _PyMem_DebugMalloc, _PyMem_DebugCalloc, _PyMem_DebugRealloc, _PyMem_DebugFree}
211 … {&_PyMem_Debug.obj, _PyMem_DebugMalloc, _PyMem_DebugCalloc, _PyMem_DebugRealloc, _PyMem_DebugFree}
405 if (pymemallocator_eq(&_PyMem_Debug.raw.alloc, &malloc_alloc) && in _PyMem_GetCurrentAllocatorName()
406 pymemallocator_eq(&_PyMem_Debug.mem.alloc, &malloc_alloc) && in _PyMem_GetCurrentAllocatorName()
407 pymemallocator_eq(&_PyMem_Debug.obj.alloc, &malloc_alloc)) in _PyMem_GetCurrentAllocatorName()
412 if (pymemallocator_eq(&_PyMem_Debug.raw.alloc, &malloc_alloc) && in _PyMem_GetCurrentAllocatorName()
413 pymemallocator_eq(&_PyMem_Debug.mem.alloc, &pymalloc) && in _PyMem_GetCurrentAllocatorName()
414 pymemallocator_eq(&_PyMem_Debug.obj.alloc, &pymalloc)) in _PyMem_GetCurrentAllocatorName()
[all …]
/external/python/cpython3/Tools/c-analyzer/
Dignored-globals.txt286 _PyMem_Debug
DTODO4 …c.c:_PyMem_Debug static struct { debug_alloc_api_t raw; debug_all…
Dknown.tsv1489 …ts/obmalloc.c - _PyMem_Debug variable static struct { debug_alloc_api_t raw; debug_alloc_api_t mem…