Home
last modified time | relevance | path

Searched refs:_PyMem (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Objects/
Dobmalloc.c215 static PyMemAllocatorEx _PyMem = PYDBGMEM_ALLOC; variable
219 static PyMemAllocatorEx _PyMem = PYMEM_ALLOC; variable
382 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 …]
/third_party/python/Tools/c-analyzer/
DTODO3 Objects/obmalloc.c:_PyMem static PyMemAllocatorEx _PyMem
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv1554 Objects/obmalloc.c - _PyMem -