Searched refs:ChunkComparator (Results 1 – 1 of 1) sorted by relevance
172 struct ChunkComparator { struct173 explicit ChunkComparator(BFCAllocator* allocator) in ChunkComparator() function190 typedef std::set<ChunkHandle, ChunkComparator> FreeChunkSet;195 : bin_size(bs), free_chunks(ChunkComparator(allocator)) {} in Bin()