HomeSort by relevance Sort by last modified time
    Searched refs:lost_bytes_adjustment (Results 1 - 2 of 2) sorted by null

  /art/runtime/base/
arena_allocator.cc 128 ssize_t lost_bytes_adjustment) const {
137 // The lost_bytes_adjustment is used to make up for the fact that the current arena
139 lost_bytes += lost_bytes_adjustment;
510 ssize_t lost_bytes_adjustment)
514 lost_bytes_adjustment_(lost_bytes_adjustment) {
524 ssize_t lost_bytes_adjustment = local
526 return MemStats("ArenaAllocator", this, arena_head_, lost_bytes_adjustment);
arena_allocator.h 121 ssize_t lost_bytes_adjustment ATTRIBUTE_UNUSED) const {}
135 void Dump(std::ostream& os, const Arena* first, ssize_t lost_bytes_adjustment) const;
415 ssize_t lost_bytes_adjustment = 0);

Completed in 54 milliseconds