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

/art/runtime/gc/space/
H A Dlarge_object_space.cc253 AllocationInfo() : prev_free_(0), alloc_size_(0) {
289 // Returns the previous free allocation info by using the prev_free_ member to figure out
293 DCHECK_NE(prev_free_, 0U);
294 return this - prev_free_;
302 return prev_free_;
311 prev_free_ = bytes / FreeListSpace::kAlignment;
321 uint32_t prev_free_; member in class:art::gc::space::AllocationInfo
489 // Remove the newly allocated block from the info and update the prev_free_.

Completed in 26 milliseconds