Searched defs:objects_allocated_ (Results 1 – 4 of 4) sorted by relevance
/aosp12/art/runtime/gc/space/ | ||
H A D | zygote_space.h | 94 AtomicInteger objects_allocated_; variable |
H A D | bump_pointer_space.h | 183 AtomicInteger objects_allocated_; // Accumulated from revoked thread local regions. variable |
H A D | zygote_space.cc | 42 size_t* const objects_allocated_; member in art::gc::space::CountObjectsAllocated |
H A D | region_space.h | 627 Atomic<size_t> objects_allocated_; // The number of objects allocated. variable |