Searched refs:numfreepools (Results 1 – 1 of 1) sorted by relevance
2928 uint numfreepools = 0; in _PyObject_DebugMallocStats() local2963 numfreepools += arenas[i].nfreepools; in _PyObject_DebugMallocStats()3043 "%u unused pools * %d bytes", numfreepools, POOL_SIZE); in _PyObject_DebugMallocStats()3044 total += printone(out, buf, (size_t)numfreepools * POOL_SIZE); in _PyObject_DebugMallocStats()