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

  /art/runtime/gc/space/
large_object_space.h 58 return total_bytes_allocated_;
118 uint64_t total_bytes_allocated_; member in class:art::gc::space::LargeObjectSpace
large_object_space.cc 114 num_bytes_allocated_(0), num_objects_allocated_(0), total_bytes_allocated_(0),
163 total_bytes_allocated_ += allocation_size;
517 total_bytes_allocated_ += allocation_size;

Completed in 134 milliseconds