Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpymem.h22 PyAPI_FUNC(int) _PyMem_SetupAllocators(const char *opt);
/external/python/cpython3/Python/
Dpylifecycle.c666 if (_PyMem_SetupAllocators(core_config->allocator) < 0) { in _Py_InitializeCore_impl()
/external/python/cpython3/Objects/
Dobmalloc.c264 _PyMem_SetupAllocators(const char *opt) in _PyMem_SetupAllocators() function