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

  /external/python/cpython3/Python/
pathconfig.c 43 PyMem_SetAllocator(PYMEM_DOMAIN_RAW, &old_alloc);
95 PyMem_SetAllocator(PYMEM_DOMAIN_RAW, &old_alloc);
162 PyMem_SetAllocator(PYMEM_DOMAIN_RAW, &old_alloc);
179 PyMem_SetAllocator(PYMEM_DOMAIN_RAW, &old_alloc);
200 PyMem_SetAllocator(PYMEM_DOMAIN_RAW, &old_alloc);
221 PyMem_SetAllocator(PYMEM_DOMAIN_RAW, &old_alloc);
pystate.c 72 PyMem_SetAllocator(PYMEM_DOMAIN_RAW, &old_alloc);
88 PyMem_SetAllocator(PYMEM_DOMAIN_RAW, &old_alloc);
112 PyMem_SetAllocator(PYMEM_DOMAIN_RAW, &old_alloc);
947 PyMem_SetAllocator(PYMEM_DOMAIN_RAW, &old_alloc);
    [all...]
pylifecycle.c 218 PyMem_SetAllocator(PYMEM_DOMAIN_RAW, &old_alloc);
856 PyMem_SetAllocator(PYMEM_DOMAIN_RAW, &old_alloc);
867 PyMem_SetAllocator(PYMEM_DOMAIN_RAW, &old_alloc);
    [all...]
import.c 300 PyMem_SetAllocator(PYMEM_DOMAIN_RAW, &old_alloc);
    [all...]
sysmodule.c     [all...]
  /external/python/cpython3/Include/
pymem.h 211 PyAPI_FUNC(void) PyMem_SetAllocator(PyMemAllocatorDomain domain,
  /external/python/cpython3/Objects/
obmalloc.c 242 PyMem_SetAllocator(domain, &new_alloc);
285 PyMem_SetAllocator(PYMEM_DOMAIN_RAW, &malloc_alloc);
288 PyMem_SetAllocator(PYMEM_DOMAIN_MEM, &pymalloc);
289 PyMem_SetAllocator(PYMEM_DOMAIN_OBJ, &pymalloc);
298 PyMem_SetAllocator(PYMEM_DOMAIN_RAW, &malloc_alloc);
299 PyMem_SetAllocator(PYMEM_DOMAIN_MEM, &malloc_alloc);
300 PyMem_SetAllocator(PYMEM_DOMAIN_OBJ, &malloc_alloc);
428 PyMem_SetAllocator(PYMEM_DOMAIN_RAW, &alloc);
441 PyMem_SetAllocator(PYMEM_DOMAIN_MEM, &alloc);
454 PyMem_SetAllocator(PYMEM_DOMAIN_OBJ, &alloc)
    [all...]
  /external/python/cpython3/Modules/
_tracemalloc.c 1105 PyMem_SetAllocator(PYMEM_DOMAIN_RAW, &alloc);
1115 PyMem_SetAllocator(PYMEM_DOMAIN_MEM, &alloc);
1119 PyMem_SetAllocator(PYMEM_DOMAIN_OBJ, &alloc);
1139 PyMem_SetAllocator(PYMEM_DOMAIN_RAW, &allocators.raw);
1141 PyMem_SetAllocator(PYMEM_DOMAIN_MEM, &allocators.mem);
1142 PyMem_SetAllocator(PYMEM_DOMAIN_OBJ, &allocators.obj);
    [all...]
_testcapimodule.c     [all...]
main.c 589 PyMem_SetAllocator(PYMEM_DOMAIN_RAW, &old_alloc);
618 PyMem_SetAllocator(PYMEM_DOMAIN_RAW, &old_alloc);
663 PyMem_SetAllocator(PYMEM_DOMAIN_RAW, &old_alloc);
    [all...]

Completed in 442 milliseconds