Searched refs:_PyMem (Results 1 – 3 of 3) sorted by relevance
215 static PyMemAllocatorEx _PyMem = PYDBGMEM_ALLOC; variable219 static PyMemAllocatorEx _PyMem = PYMEM_ALLOC; variable382 pymemallocator_eq(&_PyMem, &malloc_alloc) && in _PyMem_GetCurrentAllocatorName()389 pymemallocator_eq(&_PyMem, &pymalloc) && in _PyMem_GetCurrentAllocatorName()401 pymemallocator_eq(&_PyMem, &dbg_mem) && in _PyMem_GetCurrentAllocatorName()483 if (_PyMem.malloc == _PyMem_DebugMalloc) { in _PyMem_SetupDebugHooksDomain()525 case PYMEM_DOMAIN_MEM: *allocator = _PyMem; break; in PyMem_GetAllocator()543 case PYMEM_DOMAIN_MEM: _PyMem = *allocator; break; in PyMem_SetAllocator()605 return _PyMem.malloc(_PyMem.ctx, size); in PyMem_Malloc()614 return _PyMem.calloc(_PyMem.ctx, nelem, elsize); in PyMem_Calloc()[all …]
3 Objects/obmalloc.c:_PyMem static PyMemAllocatorEx _PyMem
1554 Objects/obmalloc.c - _PyMem -