Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dobmalloc.c187 # define PYOBJ_ALLOC PYMALLOC_ALLOC macro
189 # define PYOBJ_ALLOC MALLOC_ALLOC macro
191 #define PYMEM_ALLOC PYOBJ_ALLOC
205 {'o', PYOBJ_ALLOC}
222 static PyMemAllocatorEx _PyObject = PYOBJ_ALLOC;
245 new_alloc = (PyMemAllocatorEx)PYOBJ_ALLOC; in pymem_set_default_allocator()
430 #undef PYOBJ_ALLOC macro

Completed in 5 milliseconds