Searched refs:_Py_GetAllocatedBlocks (Results 1 – 5 of 5) sorted by relevance
106 PyAPI_FUNC(Py_ssize_t) _Py_GetAllocatedBlocks(void);
1167 _Py_GetAllocatedBlocks(void) in _Py_GetAllocatedBlocks() function1934 _Py_GetAllocatedBlocks(void) in _Py_GetAllocatedBlocks() function
38 _Py_GetRefTotal(), _Py_GetAllocatedBlocks()); in _PyDebug_PrintTotalRefs()
1318 return PyLong_FromSsize_t(_Py_GetAllocatedBlocks()); in sys_getallocatedblocks()
4463 - Issue #17469: Fix _Py_GetAllocatedBlocks() and sys.getallocatedblocks()