Searched refs:wasted_bytes_ (Results 1 – 2 of 2) sorted by relevance
2435 wasted_bytes_(0), in AllocateChunk()2455 wasted_bytes = other->wasted_bytes_; in AllocateChunk()2456 wasted_bytes_ += wasted_bytes; in AllocateChunk()2457 other->wasted_bytes_ = 0; in AllocateChunk()2489 wasted_bytes_ += size_in_bytes; in AllocateChunk()
1762 void ResetStats() { wasted_bytes_ = 0; } in ResetStats()1790 intptr_t wasted_bytes() { return wasted_bytes_; } in wasted_bytes()1834 intptr_t wasted_bytes_; variable