Searched refs:GetBytesAllocatedInternal (Results 1 – 2 of 2) sorted by relevance
166 template<RegionType kRegionType> uint64_t GetBytesAllocatedInternal() REQUIRES(!region_lock_);169 return GetBytesAllocatedInternal<RegionType::kRegionTypeAll>(); in GetBytesAllocated()175 return GetBytesAllocatedInternal<RegionType::kRegionTypeFromSpace>(); in GetBytesAllocatedInFromSpace()181 return GetBytesAllocatedInternal<RegionType::kRegionTypeUnevacFromSpace>(); in GetBytesAllocatedInUnevacFromSpace()
127 inline uint64_t RegionSpace::GetBytesAllocatedInternal() { in GetBytesAllocatedInternal() function