Home | History | Annotate | Download | only in Objects

Lines Matching refs:old_alloc

219                             PyMemAllocatorEx *old_alloc)
221 if (old_alloc != NULL) {
222 PyMem_GetAllocator(domain, old_alloc);
252 PyMemAllocatorEx *old_alloc)
259 return pymem_set_default_allocator(domain, debug, old_alloc);