Searched refs:_PyMem_Debug (Results 1 – 3 of 3) sorted by relevance
448 #define _PyMem_Debug (_PyRuntime.allocators.debug) macro701 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 …]
326 Objects/obmalloc.c - _PyMem_Debug -
12 …c.c:_PyMem_Debug static struct { debug_alloc_api_t raw; debug_all…