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