Searched refs:_PyInterpreterState_GetAllocatedBlocks (Results 1 – 2 of 2) sorted by relevance
687 extern Py_ssize_t _PyInterpreterState_GetAllocatedBlocks(PyInterpreterState *);
1428 _PyInterpreterState_GetAllocatedBlocks(PyInterpreterState *interp) in _PyInterpreterState_GetAllocatedBlocks() function1481 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