Home
last modified time | relevance | path

Searched refs:PyMem_GetAllocator (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Include/cpython/
Dpymem.h65 PyAPI_FUNC(void) PyMem_GetAllocator(PyMemAllocatorDomain domain,
/third_party/python/Modules/
D_tracemalloc.c867 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.c4024 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/
Dobmalloc.c229 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/
Dmemory.rst459 .. c:function:: void PyMem_GetAllocator(PyMemAllocatorDomain domain, PyMemAllocatorEx *allocator)
Dinit.rst43 * :c:func:`PyMem_GetAllocator`