Searched refs:getTotalBlockCount (Results 1 – 2 of 2) sorted by relevance
107 uint32_t getTotalBlockCount() const;
146 return getTotalBlockCount() - getNumFreeBlocks(); in getNumUsedBlocks()151 uint32_t MSFBuilder::getTotalBlockCount() const { return FreeBlocks.size(); } in getTotalBlockCount() function in MSFBuilder