Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dobmalloc.c176 #define PYRAW_ALLOC MALLOC_ALLOC macro
194 {'r', PYRAW_ALLOC},
211 static PyMemAllocatorEx _PyMem_Raw = PYRAW_ALLOC;
230 new_alloc = (PyMemAllocatorEx)PYRAW_ALLOC; in pymem_set_default_allocator()
374 #undef PYRAW_ALLOC