Searched refs:totalBlocks (Results 1 – 1 of 1) sorted by relevance
184 size_t totalBlocks; member248 for (size_t i = 0; i < heapSource->totalBlocks; ++i) { in describeBlocks()299 size_t totalBlocks = heapSource->totalBlocks; in allocateBlocks() local303 if (allocBlocks + blocks > totalBlocks / 2) { in allocateBlocks()307 for (size_t i = 0; i < totalBlocks; ++i) { in allocateBlocks()342 heapSource->totalBlocks, in allocateBlocks()369 assert(block < heapSource->totalBlocks); in clearBlock()382 while (i < heapSource->totalBlocks) { in clearFromSpace()391 while (i < heapSource->totalBlocks && in clearFromSpace()409 assert(block < heapSource->totalBlocks); in enqueueBlock()[all …]