Searched refs:PyMemAllocatorDomain (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Include/cpython/ |
D | pymem.h | 32 } PyMemAllocatorDomain; typedef 65 PyAPI_FUNC(void) PyMem_GetAllocator(PyMemAllocatorDomain domain, 79 PyAPI_FUNC(void) PyMem_SetAllocator(PyMemAllocatorDomain domain,
|
/third_party/python/Include/internal/ |
D | pycore_pymem.h | 18 PyMemAllocatorDomain domain,
|
/third_party/python/Objects/ |
D | obmalloc.c | 30 static void _PyMem_SetupDebugHooksDomain(PyMemAllocatorDomain domain); 225 pymem_set_default_allocator(PyMemAllocatorDomain domain, int debug, in pymem_set_default_allocator() 258 _PyMem_SetDefaultAllocator(PyMemAllocatorDomain domain, in _PyMem_SetDefaultAllocator() 465 _PyMem_SetupDebugHooksDomain(PyMemAllocatorDomain domain) in _PyMem_SetupDebugHooksDomain() 520 PyMem_GetAllocator(PyMemAllocatorDomain domain, PyMemAllocatorEx *allocator) in PyMem_GetAllocator() 538 PyMem_SetAllocator(PyMemAllocatorDomain domain, PyMemAllocatorEx *allocator) in PyMem_SetAllocator()
|
/third_party/python/Doc/c-api/ |
D | memory.rst | 99 :c:type:`PyMemAllocatorDomain`). These domains represent different allocation 428 .. c:type:: PyMemAllocatorDomain 459 .. c:function:: void PyMem_GetAllocator(PyMemAllocatorDomain domain, PyMemAllocatorEx *allocator) 464 .. c:function:: void PyMem_SetAllocator(PyMemAllocatorDomain domain, PyMemAllocatorEx *allocator)
|
/third_party/python/Modules/ |
D | _testcapimodule.c | 4008 test_setallocators(PyMemAllocatorDomain domain) in test_setallocators()
|