Home
last modified time | relevance | path

Searched refs:_Py_GetAllocatedBlocks (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Include/cpython/
Dobjimpl.h56 PyAPI_FUNC(Py_ssize_t) _Py_GetAllocatedBlocks(void);
/third_party/python/Objects/
Dobmalloc.c1246 _Py_GetAllocatedBlocks(void) in _Py_GetAllocatedBlocks() function
2337 _Py_GetAllocatedBlocks(void) in _Py_GetAllocatedBlocks() function
Dobject.c77 _Py_GetRefTotal(), _Py_GetAllocatedBlocks()); in _PyDebug_PrintTotalRefs()
/third_party/python/Python/
Dsysmodule.c1818 return _Py_GetAllocatedBlocks(); in sys_getallocatedblocks_impl()
/third_party/python/Misc/NEWS.d/
D3.9.0a1.rst741 Compute allocated pymalloc blocks inside _Py_GetAllocatedBlocks(). This
742 slows down _Py_GetAllocatedBlocks() but gives a small speedup to
/third_party/python/Misc/
DHISTORY4463 - Issue #17469: Fix _Py_GetAllocatedBlocks() and sys.getallocatedblocks()