Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dobmalloc.c178 # define PYOBJ_ALLOC PYMALLOC_ALLOC macro
180 # define PYOBJ_ALLOC MALLOC_ALLOC macro
182 #define PYMEM_ALLOC PYOBJ_ALLOC
196 {'o', PYOBJ_ALLOC}
213 static PyMemAllocatorEx _PyObject = PYOBJ_ALLOC;
236 new_alloc = (PyMemAllocatorEx)PYOBJ_ALLOC; in pymem_set_default_allocator()
376 #undef PYOBJ_ALLOC