Home
last modified time | relevance | path

Searched refs:PyMemAllocatorDomain (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Include/cpython/
H A Dpymem.h32 } PyMemAllocatorDomain; typedef
65 PyAPI_FUNC(void) PyMem_GetAllocator(PyMemAllocatorDomain domain,
79 PyAPI_FUNC(void) PyMem_SetAllocator(PyMemAllocatorDomain domain,
/third_party/python/Include/internal/
H A Dpycore_pymem.h18 PyMemAllocatorDomain domain,
/third_party/python/Objects/
H A Dobmalloc.c32 static void _PyMem_SetupDebugHooksDomain(PyMemAllocatorDomain domain);
227 pymem_set_default_allocator(PyMemAllocatorDomain domain, int debug, in pymem_set_default_allocator()
260 _PyMem_SetDefaultAllocator(PyMemAllocatorDomain domain, in _PyMem_SetDefaultAllocator()
467 _PyMem_SetupDebugHooksDomain(PyMemAllocatorDomain domain) in _PyMem_SetupDebugHooksDomain()
522 PyMem_GetAllocator(PyMemAllocatorDomain domain, PyMemAllocatorEx *allocator) in PyMem_GetAllocator()
540 PyMem_SetAllocator(PyMemAllocatorDomain domain, PyMemAllocatorEx *allocator) in PyMem_SetAllocator()
/third_party/python/Modules/
H A D_testcapimodule.c4183 test_setallocators(PyMemAllocatorDomain domain) in test_setallocators()

Completed in 19 milliseconds