Searched refs:totalBlocks (Results 1 – 1 of 1) sorted by relevance
185 size_t totalBlocks; member251 for (i = 0; i < heapSource->totalBlocks; ++i) { in describeBlocks()307 size_t allocBlocks, totalBlocks; in allocateBlocks() local311 totalBlocks = heapSource->totalBlocks; in allocateBlocks()315 if (allocBlocks + blocks > totalBlocks / 2) { in allocateBlocks()319 for (i = 0; i < totalBlocks; ++i) { in allocateBlocks()354 heapSource->totalBlocks, in allocateBlocks()384 assert(block < heapSource->totalBlocks); in clearBlock()398 while (i < heapSource->totalBlocks) { in clearFromSpace()407 while (i < heapSource->totalBlocks && in clearFromSpace()[all …]