Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpymem.h177 } PyMemAllocatorDomain; typedef
197 PyAPI_FUNC(void) PyMem_GetAllocator(PyMemAllocatorDomain domain,
211 PyAPI_FUNC(void) PyMem_SetAllocator(PyMemAllocatorDomain domain,
238 PyMemAllocatorDomain domain,
/external/python/cpython3/Objects/
Dobmalloc.c29 static void _PyMem_SetupDebugHooksDomain(PyMemAllocatorDomain domain);
218 pymem_set_default_allocator(PyMemAllocatorDomain domain, int debug, in pymem_set_default_allocator()
251 _PyMem_SetDefaultAllocator(PyMemAllocatorDomain domain, in _PyMem_SetDefaultAllocator()
413 _PyMem_SetupDebugHooksDomain(PyMemAllocatorDomain domain) in _PyMem_SetupDebugHooksDomain()
468 PyMem_GetAllocator(PyMemAllocatorDomain domain, PyMemAllocatorEx *allocator) in PyMem_GetAllocator()
486 PyMem_SetAllocator(PyMemAllocatorDomain domain, PyMemAllocatorEx *allocator) in PyMem_SetAllocator()
/external/python/cpython3/Doc/c-api/
Dmemory.rst387 .. c:type:: PyMemAllocatorDomain
418 .. c:function:: void PyMem_GetAllocator(PyMemAllocatorDomain domain, PyMemAllocatorEx *allocator)
423 .. c:function:: void PyMem_SetAllocator(PyMemAllocatorDomain domain, PyMemAllocatorEx *allocator)
/external/python/cpython3/Modules/
D_testcapimodule.c3420 test_setallocators(PyMemAllocatorDomain domain) in test_setallocators()