Searched refs:lost_bytes_adjustment (Results 1 – 2 of 2) sorted by relevance
94 ssize_t lost_bytes_adjustment) const { in Dump()105 lost_bytes += lost_bytes_adjustment; in Dump()318 ssize_t lost_bytes_adjustment) in MemStats() argument322 lost_bytes_adjustment_(lost_bytes_adjustment) { in MemStats()332 ssize_t lost_bytes_adjustment = in GetMemStats() local334 return MemStats("ArenaAllocator", this, arena_head_, lost_bytes_adjustment); in GetMemStats()
88 void Dump(std::ostream& os, const Arena* first, ssize_t lost_bytes_adjustment) const { in Dump() argument89 UNUSED(os); UNUSED(first); UNUSED(lost_bytes_adjustment); in Dump()104 void Dump(std::ostream& os, const Arena* first, ssize_t lost_bytes_adjustment) const;294 ssize_t lost_bytes_adjustment = 0);