Home
last modified time | relevance | path

Searched refs:_PyInterpreterState_GetAllocatedBlocks (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_obmalloc.h687 extern Py_ssize_t _PyInterpreterState_GetAllocatedBlocks(PyInterpreterState *);
/external/python/cpython3/Objects/
Dobmalloc.c1428 _PyInterpreterState_GetAllocatedBlocks(PyInterpreterState *interp) in _PyInterpreterState_GetAllocatedBlocks() function
1481 Py_ssize_t leaked = _PyInterpreterState_GetAllocatedBlocks(interp); in _PyInterpreterState_FinalizeAllocatedBlocks()
1529 total += _PyInterpreterState_GetAllocatedBlocks(interp); in get_num_global_allocated_blocks()
1549 total += _PyInterpreterState_GetAllocatedBlocks(interp); in get_num_global_allocated_blocks()
2525 _PyInterpreterState_GetAllocatedBlocks(PyInterpreterState *Py_UNUSED(interp)) in _PyInterpreterState_GetAllocatedBlocks() function