Searched defs:prev_free_ (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/space/
H A Dlarge_object_space.cc258 AllocationInfo() : prev_free_(0), alloc_size_(0) {
294 // Returns the previous free allocation info by using the prev_free_ member to figure out
298 DCHECK_NE(prev_free_, 0U);
299 return this - prev_free_;
307 return prev_free_;
316 prev_free_ = bytes / FreeListSpace::kAlignment;
326 uint32_t prev_free_; member in class:art::gc::space::AllocationInfo
494 // Remove the newly allocated block from the info and update the prev_free_.

Completed in 102 milliseconds