Lines Matching refs:RegionSpace
35 class RegionSpace FINAL : public ContinuousMemMapAllocSpace {
47 static RegionSpace* Create(const std::string& name, MemMap* mem_map);
176 RegionSpace* AsRegionSpace() OVERRIDE { in AsRegionSpace()
286 RegionSpace(const std::string& name, MemMap* mem_map);
343 void Unfree(RegionSpace* region_space, uint32_t alloc_time)
347 void UnfreeLarge(RegionSpace* region_space, uint32_t alloc_time)
351 void UnfreeLargeTail(RegionSpace* region_space, uint32_t alloc_time)
354 void MarkAsAllocated(RegionSpace* region_space, uint32_t alloc_time)
509 friend class RegionSpace; variable
606 DISALLOW_COPY_AND_ASSIGN(RegionSpace);
609 std::ostream& operator<<(std::ostream& os, const RegionSpace::RegionState& value);
610 std::ostream& operator<<(std::ostream& os, const RegionSpace::RegionType& value);