Searched refs:PyMem_GetAllocator (Results 1 – 6 of 6) sorted by relevance
/third_party/python/Include/cpython/ |
D | pymem.h | 65 PyAPI_FUNC(void) PyMem_GetAllocator(PyMemAllocatorDomain domain,
|
/third_party/python/Modules/ |
D | _tracemalloc.c | 867 PyMem_GetAllocator(PYMEM_DOMAIN_RAW, &allocators.raw); in tracemalloc_init() 994 PyMem_GetAllocator(PYMEM_DOMAIN_RAW, &allocators.raw); in tracemalloc_start() 1004 PyMem_GetAllocator(PYMEM_DOMAIN_MEM, &allocators.mem); in tracemalloc_start() 1008 PyMem_GetAllocator(PYMEM_DOMAIN_OBJ, &allocators.obj); in tracemalloc_start()
|
D | _testcapimodule.c | 4024 PyMem_GetAllocator(domain, &hook.alloc); in test_setallocators() 4232 PyMem_GetAllocator(PYMEM_DOMAIN_RAW, &FmHook.raw); in fm_setup_hooks() 4233 PyMem_GetAllocator(PYMEM_DOMAIN_MEM, &FmHook.mem); in fm_setup_hooks() 4234 PyMem_GetAllocator(PYMEM_DOMAIN_OBJ, &FmHook.obj); in fm_setup_hooks()
|
/third_party/python/Objects/ |
D | obmalloc.c | 229 PyMem_GetAllocator(domain, old_alloc); in pymem_set_default_allocator() 474 PyMem_GetAllocator(PYMEM_DOMAIN_RAW, &_PyMem_Debug.raw.alloc); in _PyMem_SetupDebugHooksDomain() 487 PyMem_GetAllocator(PYMEM_DOMAIN_MEM, &_PyMem_Debug.mem.alloc); in _PyMem_SetupDebugHooksDomain() 500 PyMem_GetAllocator(PYMEM_DOMAIN_OBJ, &_PyMem_Debug.obj.alloc); in _PyMem_SetupDebugHooksDomain() 520 PyMem_GetAllocator(PyMemAllocatorDomain domain, PyMemAllocatorEx *allocator) in PyMem_GetAllocator() function
|
/third_party/python/Doc/c-api/ |
D | memory.rst | 459 .. c:function:: void PyMem_GetAllocator(PyMemAllocatorDomain domain, PyMemAllocatorEx *allocator)
|
D | init.rst | 43 * :c:func:`PyMem_GetAllocator`
|