Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dobmalloc.c1751 uint numfreepools = 0; in _PyObject_DebugMallocStats() local
1786 numfreepools += arenas[i].nfreepools; in _PyObject_DebugMallocStats()
1864 "%u unused pools * %d bytes", numfreepools, POOL_SIZE); in _PyObject_DebugMallocStats()
1865 total += printone(buf, (size_t)numfreepools * POOL_SIZE); in _PyObject_DebugMallocStats()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dobmalloc.c1800 uint numfreepools = 0; in _PyObject_DebugMallocStats() local
1835 numfreepools += arenas[i].nfreepools; in _PyObject_DebugMallocStats()
1913 "%u unused pools * %d bytes", numfreepools, POOL_SIZE); in _PyObject_DebugMallocStats()
1914 total += printone(buf, (size_t)numfreepools * POOL_SIZE); in _PyObject_DebugMallocStats()