Home
last modified time | relevance | path

Searched refs:_PyMem_SetupAllocators (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/internal/
Dpycore_pymem.h70 PyAPI_FUNC(int) _PyMem_SetupAllocators(PyMemAllocatorName allocator);
/third_party/python/Python/
Dpreconfig.c964 if (_PyMem_SetupAllocators(name) < 0) { in _PyPreConfig_Write()
/third_party/python/Objects/
Dobmalloc.c307 _PyMem_SetupAllocators(PyMemAllocatorName allocator) in _PyMem_SetupAllocators() function