Searched refs:_PyMem_SetupAllocators (Results 1 - 4 of 4) sorted by relevance

/external/python/cpython3/Programs/
H A Dpython.c28 (void)_PyMem_SetupAllocators("malloc");
73 (void)_PyMem_SetupAllocators("malloc");
/external/python/cpython3/Include/
H A Dpymem.h22 PyAPI_FUNC(int) _PyMem_SetupAllocators(const char *opt);
/external/python/cpython3/Modules/
H A Dmain.c391 if (_PyMem_SetupAllocators(opt) < 0) {
/external/python/cpython3/Objects/
H A Dobmalloc.c206 _PyMem_SetupAllocators(const char *opt) function

Completed in 97 milliseconds