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 61 return total_objects_allocated_;
119 uint64_t total_objects_allocated_; member in class:art::gc::space::LargeObjectSpace
large_object_space.cc 115 total_objects_allocated_(0), begin_(begin), end_(end) {
165 ++total_objects_allocated_;
515 ++total_objects_allocated_;

Completed in 79 milliseconds