Searched refs:NewBlockCount (Results 1 – 1 of 1) sorted by relevance
114 uint32_t NewBlockCount = AllocBlocks + OldBlockCount; in allocateBlocks() local116 FreeBlocks.resize(NewBlockCount, true); in allocateBlocks()124 while (NextFpmBlock < NewBlockCount) { in allocateBlocks()125 NewBlockCount += 2; in allocateBlocks()126 FreeBlocks.resize(NewBlockCount, true); in allocateBlocks()