Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dlarge_object_space.h55 return num_objects_allocated_; in GetObjectsAllocated()
113 uint64_t num_objects_allocated_; variable
Dlarge_object_space.cc112 num_bytes_allocated_(0), num_objects_allocated_(0), total_bytes_allocated_(0), in LargeObjectSpace()
171 ++num_objects_allocated_; in Alloc()
203 --num_objects_allocated_; in Free()
457 --num_objects_allocated_; in Free()
521 ++num_objects_allocated_; in Alloc()