Searched defs:AllocationInfo (Results 1 – 2 of 2) sorted by relevance
32 class AllocationInfo; variable
256 class AllocationInfo { class258 AllocationInfo() : prev_free_(0), alloc_size_(0) { in AllocationInfo() function in art::gc::space::AllocationInfo