Searched refs:PYOBJ_FUNCS (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython3/Objects/
H A Dobmalloc.c155 # define PYOBJ_FUNCS _PyObject_Malloc, _PyObject_Calloc, _PyObject_Realloc, _PyObject_Free macro
157 # define PYOBJ_FUNCS PYRAW_FUNCS macro
159 #define PYMEM_FUNCS PYOBJ_FUNCS
173 {'o', {NULL, PYOBJ_FUNCS}}
201 NULL, PYOBJ_FUNCS
247 PyMemAllocatorEx obj_alloc = {NULL, PYOBJ_FUNCS};
266 #undef PYOBJ_FUNCS macro

Completed in 77 milliseconds