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

  /art/runtime/gc/space/
dlmalloc_space-inl.h 52 ++total_objects_allocated_;
dlmalloc_space.h 143 return total_objects_allocated_;
175 size_t total_objects_allocated_; member in class:art::gc::space::DlMallocSpace
large_object_space.h 57 return total_objects_allocated_;
69 size_t total_objects_allocated_; member in class:art::gc::space::LargeObjectSpace
large_object_space.cc 42 total_objects_allocated_(0) {
74 ++total_objects_allocated_;
287 ++total_objects_allocated_;
dlmalloc_space.cc 123 total_bytes_allocated_(0), total_objects_allocated_(0),

Completed in 80 milliseconds