Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dobmalloc.c1806 uint numfreepools = 0; in _PyObject_DebugMallocStats() local
1841 numfreepools += arenas[i].nfreepools; in _PyObject_DebugMallocStats()
1919 "%u unused pools * %d bytes", numfreepools, POOL_SIZE); in _PyObject_DebugMallocStats()
1920 total += printone(buf, (size_t)numfreepools * POOL_SIZE); in _PyObject_DebugMallocStats()
/external/python/cpython3/Objects/
Dobmalloc.c2527 uint numfreepools = 0; in _PyObject_DebugMallocStats() local
2562 numfreepools += arenas[i].nfreepools; in _PyObject_DebugMallocStats()
2641 "%u unused pools * %d bytes", numfreepools, POOL_SIZE); in _PyObject_DebugMallocStats()
2642 total += printone(out, buf, (size_t)numfreepools * POOL_SIZE); in _PyObject_DebugMallocStats()