Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dobjimpl.h106 PyAPI_FUNC(Py_ssize_t) _Py_GetAllocatedBlocks(void);
/external/python/cpython3/Objects/
Dobmalloc.c1167 _Py_GetAllocatedBlocks(void) in _Py_GetAllocatedBlocks() function
1934 _Py_GetAllocatedBlocks(void) in _Py_GetAllocatedBlocks() function
Dobject.c38 _Py_GetRefTotal(), _Py_GetAllocatedBlocks()); in _PyDebug_PrintTotalRefs()
/external/python/cpython3/Python/
Dsysmodule.c1318 return PyLong_FromSsize_t(_Py_GetAllocatedBlocks()); in sys_getallocatedblocks()
/external/python/cpython3/Misc/
DHISTORY4463 - Issue #17469: Fix _Py_GetAllocatedBlocks() and sys.getallocatedblocks()