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

  /art/runtime/gc/space/
large_object_space.h 55 return total_objects_allocated_;
101 uint64_t total_objects_allocated_; member in class:art::gc::space::LargeObjectSpace
large_object_space.cc 90 total_objects_allocated_(0), begin_(begin), end_(end) {
137 ++total_objects_allocated_;
450 ++total_objects_allocated_;

Completed in 68 milliseconds