Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dobmalloc.c448 #define _PyMem_Debug (_PyRuntime.allocators.debug) macro
701 if (pymemallocator_eq(&_PyMem_Debug.raw.alloc, &malloc_alloc) && in get_current_allocator_name_unlocked()
702 pymemallocator_eq(&_PyMem_Debug.mem.alloc, &malloc_alloc) && in get_current_allocator_name_unlocked()
703 pymemallocator_eq(&_PyMem_Debug.obj.alloc, &malloc_alloc)) in get_current_allocator_name_unlocked()
708 if (pymemallocator_eq(&_PyMem_Debug.raw.alloc, &malloc_alloc) && in get_current_allocator_name_unlocked()
709 pymemallocator_eq(&_PyMem_Debug.mem.alloc, &pymalloc) && in get_current_allocator_name_unlocked()
710 pymemallocator_eq(&_PyMem_Debug.obj.alloc, &pymalloc)) in get_current_allocator_name_unlocked()
716 if (pymemallocator_eq(&_PyMem_Debug.raw.alloc, &malloc_alloc) && in get_current_allocator_name_unlocked()
717 pymemallocator_eq(&_PyMem_Debug.mem.alloc, &mimalloc) && in get_current_allocator_name_unlocked()
718 pymemallocator_eq(&_PyMem_Debug.obj.alloc, &mimalloc_obj)) in get_current_allocator_name_unlocked()
[all …]
/external/python/cpython3/Tools/c-analyzer/cpython/
Dignored.tsv326 Objects/obmalloc.c - _PyMem_Debug -
/external/python/cpython3/Tools/c-analyzer/
DTODO12 …c.c:_PyMem_Debug static struct { debug_alloc_api_t raw; debug_all…