Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dobmalloc.c183 #define PYRAW_ALLOC MALLOC_ALLOC macro
201 {'r', PYRAW_ALLOC},
218 static PyMemAllocatorEx _PyMem_Raw = PYRAW_ALLOC;
237 new_alloc = (PyMemAllocatorEx)PYRAW_ALLOC; in pymem_set_default_allocator()
426 #undef PYRAW_ALLOC