Searched refs:_Py_GetAllocatedBlocks (Results 1 – 6 of 6) sorted by relevance
56 PyAPI_FUNC(Py_ssize_t) _Py_GetAllocatedBlocks(void);
1246 _Py_GetAllocatedBlocks(void) in _Py_GetAllocatedBlocks() function2337 _Py_GetAllocatedBlocks(void) in _Py_GetAllocatedBlocks() function
77 _Py_GetRefTotal(), _Py_GetAllocatedBlocks()); in _PyDebug_PrintTotalRefs()
1818 return _Py_GetAllocatedBlocks(); in sys_getallocatedblocks_impl()
741 Compute allocated pymalloc blocks inside _Py_GetAllocatedBlocks(). This742 slows down _Py_GetAllocatedBlocks() but gives a small speedup to
4463 - Issue #17469: Fix _Py_GetAllocatedBlocks() and sys.getallocatedblocks()