Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_pymem.h63 PyAPI_FUNC(int) _PyMem_GetAllocatorName(
/third_party/python/Python/
Dpreconfig.c732 if (_PyMem_GetAllocatorName(envvar, &name) < 0) { in preconfig_init_allocator()
/third_party/python/Objects/
Dobmalloc.c271 _PyMem_GetAllocatorName(const char *name, PyMemAllocatorName *allocator) in _PyMem_GetAllocatorName() function