Home
last modified time | relevance | path

Searched defs:old_alloc (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/python/cpython3/Python/
Dpathconfig.c59 PyMemAllocatorEx old_alloc; in _PyPathConfig_ClearGlobal() local
131 PyMemAllocatorEx old_alloc; in _PyPathConfig_UpdateGlobal() local
222 PyMemAllocatorEx old_alloc; in Py_SetPath() local
260 PyMemAllocatorEx old_alloc; in Py_SetPythonHome() local
283 PyMemAllocatorEx old_alloc; in Py_SetProgramName() local
305 PyMemAllocatorEx old_alloc; in _Py_SetProgramFullPath() local
Dpystate.c64 PyMemAllocatorEx old_alloc; in alloc_for_runtime() local
164 PyMemAllocatorEx old_alloc; in _PyRuntimeState_Fini() local
191 PyMemAllocatorEx old_alloc; in _PyRuntimeState_ReInitThreads() local
236 PyMemAllocatorEx old_alloc; in _PyInterpreterState_Enable() local
Dinitconfig.c521 PyMemAllocatorEx old_alloc; in Py_SetStandardStreamEncoding() local
567 PyMemAllocatorEx old_alloc; in _Py_ClearStandardStreamEncoding() local
593 PyMemAllocatorEx old_alloc; in _Py_ClearArgcArgv() local
608 PyMemAllocatorEx old_alloc; in _Py_SetArgcArgv() local
Dimport.c248 PyMemAllocatorEx old_alloc; in _PyImport_Fini2() local
2594 PyMemAllocatorEx old_alloc; in PyImport_ExtendInittab() local
Dsysmodule.c2133 PyMemAllocatorEx old_alloc; in _alloc_preinit_entry() local
2177 PyMemAllocatorEx old_alloc; in _clear_preinit_entries() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/utilities/memory/util.smartptr/util.smartptr.shared/
H A Dlibcxx.control_block_layout.pass.cpp79 char const* old_alloc = reinterpret_cast<char const*>(old.get_alloc()); in test() local
/aosp_15_r20/external/python/cpython3/Objects/
Dobmalloc.c228 PyMemAllocatorEx *old_alloc) in pymem_set_default_allocator()
261 PyMemAllocatorEx *old_alloc) in _PyMem_SetDefaultAllocator()