Searched refs:ChunkComparator (Results 1 – 1 of 1) sorted by relevance
238 class ChunkComparator {240 explicit ChunkComparator(BFCAllocator* allocator) in ChunkComparator() function257 typedef std::set<ChunkHandle, ChunkComparator> FreeChunkSet;262 : bin_size(bs), free_chunks(ChunkComparator(allocator)) {} in Bin()