Searched refs:time_ (Results 1 – 4 of 4) sorted by relevance
84 Timing(uint64_t time, const char* name) : time_(time), name_(name) { in Timing()93 return time_; in GetTime()100 uint64_t time_;
81 r->Unfree(time_); in AllocNonvirtual()94 r->Unfree(time_); in AllocNonvirtual()301 first_reg->UnfreeLarge(time_); in AllocLarge()307 regions_[p].UnfreeLargeTail(time_); in AllocLarge()
50 region_lock_("Region lock", kRegionSpaceRegionLock), time_(1U) { in RegionSpace()149 ++time_; in SetFromSpace()345 r->Unfree(time_); in AllocNewTlab()
224 return time_; in Time()513 uint32_t time_; // The time as the number of collections since the startup. variable