Home
last modified time | relevance | path

Searched refs:total_bytes_allocated_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/space/
Dlarge_object_space.h58 return total_bytes_allocated_; in GetTotalBytesAllocated()
114 uint64_t total_bytes_allocated_; variable
Dlarge_object_space.cc112 num_bytes_allocated_(0), num_objects_allocated_(0), total_bytes_allocated_(0), in LargeObjectSpace()
170 total_bytes_allocated_ += allocation_size; in Alloc()
524 total_bytes_allocated_ += allocation_size; in Alloc()