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.h52 return total_bytes_allocated_; in GetTotalBytesAllocated()
100 uint64_t total_bytes_allocated_; variable
Dlarge_object_space.cc89 num_bytes_allocated_(0), num_objects_allocated_(0), total_bytes_allocated_(0), in LargeObjectSpace()
135 total_bytes_allocated_ += allocation_size; in Alloc()
452 total_bytes_allocated_ += allocation_size; in Alloc()