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