Searched refs:next1_ (Results 1 – 2 of 2) sorted by relevance
15 if (n <= 1 && IsValid(next1_)) return next1_; in NextSlot()36 if (IsValid(next1_)) { in Allocate()37 result = next1_; in Allocate()38 next1_ = kInvalidSlot; in Allocate()41 next1_ = result + 1; in Allocate()45 next1_ = result + 1; in Allocate()87 next1_ = next2_ = kInvalidSlot; in AllocateUnaligned()92 next1_ = size_; in AllocateUnaligned()98 next1_ = kInvalidSlot; in AllocateUnaligned()104 next1_ = size_; in AllocateUnaligned()
60 int next1_ = kInvalidSlot; variable