Searched refs:numblocks (Results 1 – 2 of 2) sorted by relevance
1744 size_t numblocks[SMALL_REQUEST_THRESHOLD >> ALIGNMENT_SHIFT]; in _PyObject_DebugMallocStats() local1771 numpools[i] = numblocks[i] = numfreeblocks[i] = 0; in _PyObject_DebugMallocStats()1810 numblocks[sz] += p->ref.count; in _PyObject_DebugMallocStats()1828 size_t b = numblocks[i]; in _PyObject_DebugMallocStats()
1793 size_t numblocks[SMALL_REQUEST_THRESHOLD >> ALIGNMENT_SHIFT]; in _PyObject_DebugMallocStats() local1820 numpools[i] = numblocks[i] = numfreeblocks[i] = 0; in _PyObject_DebugMallocStats()1859 numblocks[sz] += p->ref.count; in _PyObject_DebugMallocStats()1877 size_t b = numblocks[i]; in _PyObject_DebugMallocStats()