Searched refs:allocation_info_ (Results 1 – 2 of 2) sorted by relevance
332 DCHECK_GE(info, allocation_info_); in GetSlotIndexForAllocationInfo()334 return info - allocation_info_; in GetSlotIndexForAllocationInfo()338 return &allocation_info_[GetSlotIndexForAddress(address)]; in GetAllocationInfoForAddress()342 return &allocation_info_[GetSlotIndexForAddress(address)]; in GetAllocationInfoForAddress()378 allocation_info_ = reinterpret_cast<AllocationInfo*>(allocation_info_map_->Begin()); in FreeListSpace()386 AllocationInfo* cur_info = &allocation_info_[0]; in Walk()
207 AllocationInfo* allocation_info_; variable