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

  /external/python/cpython3/Include/
pymem.h 190 } PyMemAllocatorEx;
194 PyMemAllocatorEx *allocator);
208 PyMemAllocatorEx *allocator);
  /external/python/cpython3/Modules/
_tracemalloc.c 21 PyMemAllocatorEx mem;
22 PyMemAllocatorEx raw;
23 PyMemAllocatorEx obj;
672 PyMemAllocatorEx *alloc = (PyMemAllocatorEx *)ctx;
699 PyMemAllocatorEx *alloc = (PyMemAllocatorEx *)ctx;
750 PyMemAllocatorEx *alloc = (PyMemAllocatorEx *)ctx;
772 PyMemAllocatorEx *alloc = (PyMemAllocatorEx *)ctx
    [all...]
_testcapimodule.c     [all...]
  /external/python/cpython3/Objects/
obmalloc.c 164 PyMemAllocatorEx alloc;
181 static PyMemAllocatorEx _PyMem_Raw = {
189 static PyMemAllocatorEx _PyMem = {
197 static PyMemAllocatorEx _PyObject = {
232 PyMemAllocatorEx alloc = {NULL, PYRAW_FUNCS};
245 PyMemAllocatorEx raw_alloc = {NULL, PYRAW_FUNCS};
246 PyMemAllocatorEx mem_alloc = {NULL, PYMEM_FUNCS};
247 PyMemAllocatorEx obj_alloc = {NULL, PYOBJ_FUNCS};
302 PyMemAllocatorEx alloc;
334 PyMem_GetAllocator(PyMemAllocatorDomain domain, PyMemAllocatorEx *allocator
    [all...]

Completed in 82 milliseconds