Searched refs:_PyMem_SetupAllocators (Results 1 – 3 of 3) sorted by relevance
70 PyAPI_FUNC(int) _PyMem_SetupAllocators(PyMemAllocatorName allocator);
964 if (_PyMem_SetupAllocators(name) < 0) { in _PyPreConfig_Write()
307 _PyMem_SetupAllocators(PyMemAllocatorName allocator) in _PyMem_SetupAllocators() function