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

  /external/python/cpython3/Include/
pymem.h 169 PYMEM_DOMAIN_MEM,
  /external/python/cpython3/Objects/
obmalloc.c 235 PyMem_SetAllocator(PYMEM_DOMAIN_MEM, &alloc);
250 PyMem_SetAllocator(PYMEM_DOMAIN_MEM, &mem_alloc);
322 PyMem_GetAllocator(PYMEM_DOMAIN_MEM, &_PyMem_Debug.mem.alloc);
323 PyMem_SetAllocator(PYMEM_DOMAIN_MEM, &alloc);
339 case PYMEM_DOMAIN_MEM: *allocator = _PyMem; break;
357 case PYMEM_DOMAIN_MEM: _PyMem = *allocator; break;
    [all...]
  /external/python/cpython3/Modules/
_tracemalloc.c 1127 PyMem_GetAllocator(PYMEM_DOMAIN_MEM, &allocators.mem);
1128 PyMem_SetAllocator(PYMEM_DOMAIN_MEM, &alloc);
1154 PyMem_SetAllocator(PYMEM_DOMAIN_MEM, &allocators.mem);
    [all...]
_testcapimodule.c     [all...]

Completed in 76 milliseconds