Searched defs:lost_bytes_adjustment (Results 1 - 1 of 1) sorted by relevance

/art/runtime/base/
H A Darena_allocator.cc118 ssize_t lost_bytes_adjustment) const {
127 // The lost_bytes_adjustment is used to make up for the fact that the current arena
129 lost_bytes += lost_bytes_adjustment;
392 ssize_t lost_bytes_adjustment)
396 lost_bytes_adjustment_(lost_bytes_adjustment) {
406 ssize_t lost_bytes_adjustment = local
408 return MemStats("ArenaAllocator", this, arena_head_, lost_bytes_adjustment);
391 MemStats(const char* name, const ArenaAllocatorStats* stats, const Arena* first_arena, ssize_t lost_bytes_adjustment) argument

Completed in 41 milliseconds