Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dpymem.h11 PyAPI_FUNC(const char*) _PyMem_GetCurrentAllocatorName(void);
/third_party/python/Objects/
Dobmalloc.c374 _PyMem_GetCurrentAllocatorName(void) in _PyMem_GetCurrentAllocatorName() function
/third_party/python/Modules/
D_testcapimodule.c4791 const char *name = _PyMem_GetCurrentAllocatorName(); in test_pymem_getallocatorsname()