Searched refs:_PyMem_SetupAllocators (Results 1 – 3 of 3) sorted by relevance
22 PyAPI_FUNC(int) _PyMem_SetupAllocators(const char *opt);
666 if (_PyMem_SetupAllocators(core_config->allocator) < 0) { in _Py_InitializeCore_impl()
264 _PyMem_SetupAllocators(const char *opt) in _PyMem_SetupAllocators() function