Searched refs:PyMemAllocatorEx (Results 1 – 14 of 14) sorted by relevance
68 } PyMemAllocatorEx; typedef72 PyMemAllocatorEx *allocator);86 PyMemAllocatorEx *allocator);
31 PyMemAllocatorEx mem;32 PyMemAllocatorEx raw;33 PyMemAllocatorEx obj;583 PyMemAllocatorEx *alloc = (PyMemAllocatorEx *)ctx; in tracemalloc_alloc()610 PyMemAllocatorEx *alloc = (PyMemAllocatorEx *)ctx; in tracemalloc_realloc()661 PyMemAllocatorEx *alloc = (PyMemAllocatorEx *)ctx; in tracemalloc_free()683 PyMemAllocatorEx *alloc = (PyMemAllocatorEx *)ctx; in tracemalloc_alloc_gil()726 PyMemAllocatorEx *alloc = (PyMemAllocatorEx *)ctx; in tracemalloc_realloc_gil()757 PyMemAllocatorEx *alloc = (PyMemAllocatorEx *)ctx; in tracemalloc_raw_alloc()800 PyMemAllocatorEx *alloc = (PyMemAllocatorEx *)ctx; in tracemalloc_raw_realloc()[all …]
3795 PyMemAllocatorEx alloc;3846 PyMemAllocatorEx alloc; in test_setallocators()3992 PyMemAllocatorEx raw;3993 PyMemAllocatorEx mem;3994 PyMemAllocatorEx obj;4017 PyMemAllocatorEx *alloc = (PyMemAllocatorEx *)ctx; in hook_fmalloc()4027 PyMemAllocatorEx *alloc = (PyMemAllocatorEx *)ctx; in hook_fcalloc()4037 PyMemAllocatorEx *alloc = (PyMemAllocatorEx *)ctx; in hook_frealloc()4047 PyMemAllocatorEx *alloc = (PyMemAllocatorEx *)ctx; in hook_ffree()4054 PyMemAllocatorEx alloc; in fm_setup_hooks()
194 PyMemAllocatorEx alloc;214 static PyMemAllocatorEx _PyMem_Raw = PYDBGRAW_ALLOC;215 static PyMemAllocatorEx _PyMem = PYDBGMEM_ALLOC;216 static PyMemAllocatorEx _PyObject = PYDBGOBJ_ALLOC;218 static PyMemAllocatorEx _PyMem_Raw = PYRAW_ALLOC;219 static PyMemAllocatorEx _PyMem = PYMEM_ALLOC;220 static PyMemAllocatorEx _PyObject = PYOBJ_ALLOC;226 PyMemAllocatorEx *old_alloc) in pymem_set_default_allocator()233 PyMemAllocatorEx new_alloc; in pymem_set_default_allocator()237 new_alloc = (PyMemAllocatorEx)PYRAW_ALLOC; in pymem_set_default_allocator()[all …]
45 PyMemAllocatorEx old_alloc; in pathconfig_clear()103 PyMemAllocatorEx old_alloc; in _PyPathConfig_ClearGlobal()147 PyMemAllocatorEx old_alloc; in pathconfig_set_from_config()265 PyMemAllocatorEx old_alloc; in pathconfig_calculate()457 PyMemAllocatorEx old_alloc; in Py_SetPath()492 PyMemAllocatorEx old_alloc; in Py_SetPythonHome()513 PyMemAllocatorEx old_alloc; in Py_SetProgramName()533 PyMemAllocatorEx old_alloc; in _Py_SetProgramFullPath()
96 PyMemAllocatorEx old_alloc; in _PyRuntimeState_Init()109 PyMemAllocatorEx old_alloc; in _PyRuntimeState_Fini()138 PyMemAllocatorEx old_alloc; in _PyRuntimeState_ReInitThreads()181 PyMemAllocatorEx old_alloc; in _PyInterpreterState_Enable()
455 PyMemAllocatorEx old_alloc; in Py_SetStandardStreamEncoding()501 PyMemAllocatorEx old_alloc; in _Py_ClearStandardStreamEncoding()527 PyMemAllocatorEx old_alloc; in _Py_ClearArgcArgv()542 PyMemAllocatorEx old_alloc; in _Py_SetArgcArgv()
296 PyMemAllocatorEx old_alloc; in _PyImport_Fini2()2461 PyMemAllocatorEx old_alloc; in PyImport_ExtendInittab()
2049 PyMemAllocatorEx old_alloc; in _alloc_preinit_entry()2093 PyMemAllocatorEx old_alloc; in _clear_preinit_entries()
19 PyMemAllocatorEx *old_alloc);
362 .. c:type:: PyMemAllocatorEx384 :c:type:`PyMemAllocatorEx` and a new ``calloc`` field was added.418 .. c:function:: void PyMem_GetAllocator(PyMemAllocatorDomain domain, PyMemAllocatorEx *allocator)423 .. c:function:: void PyMem_SetAllocator(PyMemAllocatorDomain domain, PyMemAllocatorEx *allocator)
3 Objects/obmalloc.c:_PyMem static PyMemAllocatorEx _PyMem5 Objects/obmalloc.c:_PyMem_Raw static PyMemAllocatorEx _PyMem_Raw6 Objects/obmalloc.c:_PyObject static PyMemAllocatorEx _PyObject41 … static struct { PyMemAllocatorEx mem; PyMemAllocatorEx raw; PyMemAll…
16 …alloc.c - allocators variable static struct { PyMemAllocatorEx mem; PyMemAllocatorEx raw; PyMemAll…1487 Objects/obmalloc.c - _PyMem variable static PyMemAllocatorEx _PyMem1491 Objects/obmalloc.c - _PyMem_Raw variable static PyMemAllocatorEx _PyMem_Raw1505 Objects/obmalloc.c - _PyObject variable static PyMemAllocatorEx _PyObject
2521 :c:type:`PyMemAllocatorEx` and a new ``calloc`` field was added.