Home
last modified time | relevance | path

Searched refs:_PyMem_GetAllocatorsName (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Include/
Dpymem.h25 PyAPI_FUNC(const char*) _PyMem_GetAllocatorsName(void);
/external/python/cpython3/Python/
Dpylifecycle.c599 const char *allocator = _PyMem_GetAllocatorsName(); in _Py_Initialize_ReconfigureCore()
/external/python/cpython3/Objects/
Dobmalloc.c322 _PyMem_GetAllocatorsName(void) in _PyMem_GetAllocatorsName() function
/external/python/cpython3/Modules/
D_testcapimodule.c4217 const char *name = _PyMem_GetAllocatorsName(); in test_pymem_getallocatorsname()