Searched refs:_PyMem_Debug (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Objects/ |
D | obmalloc.c | 200 } _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 …]
|
/third_party/python/Tools/c-analyzer/ |
D | TODO | 4 …c.c:_PyMem_Debug static struct { debug_alloc_api_t raw; debug_all…
|
/third_party/python/Tools/c-analyzer/cpython/ |
D | ignored.tsv | 1555 Objects/obmalloc.c - _PyMem_Debug -
|