Searched refs:_PyMem_GetCurrentAllocatorName (Results 1 – 3 of 3) sorted by relevance
11 PyAPI_FUNC(const char*) _PyMem_GetCurrentAllocatorName(void);
374 _PyMem_GetCurrentAllocatorName(void) in _PyMem_GetCurrentAllocatorName() function
4791 const char *name = _PyMem_GetCurrentAllocatorName(); in test_pymem_getallocatorsname()