Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dobmalloc.c182 #define PYMEM_ALLOC PYOBJ_ALLOC macro
195 {'m', PYMEM_ALLOC},
212 static PyMemAllocatorEx _PyMem = PYMEM_ALLOC;
233 new_alloc = (PyMemAllocatorEx)PYMEM_ALLOC; in pymem_set_default_allocator()
375 #undef PYMEM_ALLOC