HomeSort by relevance Sort by last modified time
    Searched refs:PyMemAllocatorEx (Results 1 - 10 of 10) sorted by null

  /external/python/cpython3/Include/
pymem.h 194 } PyMemAllocatorEx;
198 PyMemAllocatorEx *allocator);
212 PyMemAllocatorEx *allocator);
239 PyMemAllocatorEx *old_alloc);
  /external/python/cpython3/Python/
pathconfig.c 22 PyMemAllocatorEx old_alloc;
60 PyMemAllocatorEx old_alloc;
140 PyMemAllocatorEx old_alloc;
173 PyMemAllocatorEx old_alloc;
194 PyMemAllocatorEx old_alloc;
215 PyMemAllocatorEx old_alloc;
pystate.c 67 PyMemAllocatorEx old_alloc;
80 PyMemAllocatorEx old_alloc;
107 PyMemAllocatorEx old_alloc;
942 PyMemAllocatorEx old_alloc;
    [all...]
pylifecycle.c 183 PyMemAllocatorEx old_alloc;
836 PyMemAllocatorEx old_alloc;
    [all...]
import.c 294 PyMemAllocatorEx old_alloc;
    [all...]
sysmodule.c     [all...]
  /external/python/cpython3/Modules/
_tracemalloc.c 27 PyMemAllocatorEx mem;
28 PyMemAllocatorEx raw;
29 PyMemAllocatorEx obj;
667 PyMemAllocatorEx *alloc = (PyMemAllocatorEx *)ctx;
694 PyMemAllocatorEx *alloc = (PyMemAllocatorEx *)ctx;
745 PyMemAllocatorEx *alloc = (PyMemAllocatorEx *)ctx;
767 PyMemAllocatorEx *alloc = (PyMemAllocatorEx *)ctx
    [all...]
_testcapimodule.c     [all...]
main.c 573 PyMemAllocatorEx old_alloc;
613 PyMemAllocatorEx old_alloc;
654 PyMemAllocatorEx old_alloc;
    [all...]
  /external/python/cpython3/Objects/
obmalloc.c 187 PyMemAllocatorEx alloc;
207 static PyMemAllocatorEx _PyMem_Raw = PYDBGRAW_ALLOC;
208 static PyMemAllocatorEx _PyMem = PYDBGMEM_ALLOC;
209 static PyMemAllocatorEx _PyObject = PYDBGOBJ_ALLOC;
211 static PyMemAllocatorEx _PyMem_Raw = PYRAW_ALLOC;
212 static PyMemAllocatorEx _PyMem = PYMEM_ALLOC;
213 static PyMemAllocatorEx _PyObject = PYOBJ_ALLOC;
219 PyMemAllocatorEx *old_alloc)
226 PyMemAllocatorEx new_alloc;
230 new_alloc = (PyMemAllocatorEx)PYRAW_ALLOC
    [all...]

Completed in 629 milliseconds