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

  /external/python/cpython3/Include/
pymem.h 176 PYMEM_DOMAIN_OBJ
  /external/python/cpython3/Objects/
obmalloc.c 235 case PYMEM_DOMAIN_OBJ:
275 (void)_PyMem_SetDefaultAllocator(PYMEM_DOMAIN_OBJ, NULL);
280 (void)pymem_set_default_allocator(PYMEM_DOMAIN_OBJ, 1, NULL);
289 PyMem_SetAllocator(PYMEM_DOMAIN_OBJ, &pymalloc);
300 PyMem_SetAllocator(PYMEM_DOMAIN_OBJ, &malloc_alloc);
443 else if (domain == PYMEM_DOMAIN_OBJ) {
448 PyMem_GetAllocator(PYMEM_DOMAIN_OBJ, &_PyMem_Debug.obj.alloc);
454 PyMem_SetAllocator(PYMEM_DOMAIN_OBJ, &alloc);
464 _PyMem_SetupDebugHooksDomain(PYMEM_DOMAIN_OBJ);
474 case PYMEM_DOMAIN_OBJ: *allocator = _PyObject; break
    [all...]
  /external/python/cpython3/Modules/
_tracemalloc.c 1118 PyMem_GetAllocator(PYMEM_DOMAIN_OBJ, &allocators.obj);
1119 PyMem_SetAllocator(PYMEM_DOMAIN_OBJ, &alloc);
1142 PyMem_SetAllocator(PYMEM_DOMAIN_OBJ, &allocators.obj);
    [all...]
_testcapimodule.c     [all...]

Completed in 206 milliseconds