Home
last modified time | relevance | path

Searched defs:AllocationInfo (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/space/
Dlarge_object_space.h32 class AllocationInfo; variable
Dlarge_object_space.cc197 class AllocationInfo { class
199 AllocationInfo() : prev_free_(0), alloc_size_(0) { in AllocationInfo() function in art::gc::space::AllocationInfo