Searched defs:AllocationInfo (Results 1 – 3 of 3) sorted by relevance
94 struct AllocationInfo { struct100 bool WordContainsAllocationPtr(uintptr_t ptr, Range* range, AllocationInfo** info); argument
34 class AllocationInfo; variable
262 class AllocationInfo { class264 AllocationInfo() : prev_free_(0), alloc_size_(0) { in AllocationInfo() function in art::gc::space::AllocationInfo