Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dobmalloc.c1164 static Py_ssize_t _Py_AllocatedBlocks = 0; variable
1169 return _Py_AllocatedBlocks; in _Py_GetAllocatedBlocks()
1575 _Py_AllocatedBlocks++; in _PyObject_Malloc()
1581 _Py_AllocatedBlocks++; in _PyObject_Malloc()
1597 _Py_AllocatedBlocks++; in _PyObject_Calloc()
1603 _Py_AllocatedBlocks++; in _PyObject_Calloc()
1833 _Py_AllocatedBlocks--; in _PyObject_Free()