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

  /external/python/cpython3/Python/
pathconfig.c 19 /* _PyMem_SetDefaultAllocator() is needed to get a known memory allocator,
23 _PyMem_SetDefaultAllocator(PYMEM_DOMAIN_RAW, &old_alloc);
61 _PyMem_SetDefaultAllocator(PYMEM_DOMAIN_RAW, &old_alloc);
141 _PyMem_SetDefaultAllocator(PYMEM_DOMAIN_RAW, &old_alloc);
174 _PyMem_SetDefaultAllocator(PYMEM_DOMAIN_RAW, &old_alloc);
195 _PyMem_SetDefaultAllocator(PYMEM_DOMAIN_RAW, &old_alloc);
216 _PyMem_SetDefaultAllocator(PYMEM_DOMAIN_RAW, &old_alloc);
pystate.c 68 _PyMem_SetDefaultAllocator(PYMEM_DOMAIN_RAW, &old_alloc);
81 _PyMem_SetDefaultAllocator(PYMEM_DOMAIN_RAW, &old_alloc);
108 _PyMem_SetDefaultAllocator(PYMEM_DOMAIN_RAW, &old_alloc);
943 _PyMem_SetDefaultAllocator(PYMEM_DOMAIN_RAW, &old_alloc);
    [all...]
pylifecycle.c 184 _PyMem_SetDefaultAllocator(PYMEM_DOMAIN_RAW, &old_alloc);
849 _PyMem_SetDefaultAllocator(PYMEM_DOMAIN_RAW, &old_alloc);
865 _PyMem_SetDefaultAllocator(PYMEM_DOMAIN_RAW, &old_alloc);
    [all...]
import.c 295 _PyMem_SetDefaultAllocator(PYMEM_DOMAIN_RAW, &old_alloc);
    [all...]
sysmodule.c     [all...]
  /external/python/cpython3/Include/
pymem.h 237 PyAPI_FUNC(int) _PyMem_SetDefaultAllocator(
  /external/python/cpython3/Objects/
obmalloc.c 251 _PyMem_SetDefaultAllocator(PyMemAllocatorDomain domain,
273 (void)_PyMem_SetDefaultAllocator(PYMEM_DOMAIN_RAW, NULL);
274 (void)_PyMem_SetDefaultAllocator(PYMEM_DOMAIN_MEM, NULL);
275 (void)_PyMem_SetDefaultAllocator(PYMEM_DOMAIN_OBJ, NULL);
    [all...]
  /external/python/cpython3/Modules/
main.c 574 _PyMem_SetDefaultAllocator(PYMEM_DOMAIN_RAW, &old_alloc);
614 _PyMem_SetDefaultAllocator(PYMEM_DOMAIN_RAW, &old_alloc);
655 _PyMem_SetDefaultAllocator(PYMEM_DOMAIN_RAW, &old_alloc);
    [all...]

Completed in 796 milliseconds