Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dobmalloc.c2975 uint numfreepools = 0; in _PyObject_DebugMallocStats() local
3009 numfreepools += arenas[i].nfreepools; in _PyObject_DebugMallocStats()
3088 "%u unused pools * %d bytes", numfreepools, POOL_SIZE); in _PyObject_DebugMallocStats()
3089 total += printone(out, buf, (size_t)numfreepools * POOL_SIZE); in _PyObject_DebugMallocStats()

Completed in 5 milliseconds