Home
last modified time | relevance | path

Searched refs:PyMemAllocatorDomain (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Include/cpython/
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/
Dpycore_pymem.h18 PyMemAllocatorDomain domain,
/third_party/python/Objects/
Dobmalloc.c30 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/
Dmemory.rst99 :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.c4008 test_setallocators(PyMemAllocatorDomain domain) in test_setallocators()