large_object_space.h | 154 // Returns the previous free allocation header by using the prev_free_ member to figure out 157 return reinterpret_cast<AllocationHeader*>(reinterpret_cast<uintptr_t>(this) - prev_free_); 173 return prev_free_; 179 prev_free_ = prev_free; 203 size_t prev_free_; member in class:art::gc::space::FreeListSpace::AllocationHeader
|