Searched refs:next_map_index_ (Results 1 – 2 of 2) sorted by relevance
44 return allocated_maps_[next_map_index_++]; in AllocateRaw()99 DCHECK_LT(index, next_map_index_); in GetMap()230 return (allocated_maps_.size() == next_map_index_); in ReservationsAreFullyUsed()
101 uint32_t next_map_index_ = 0; variable