Searched refs:allocation_info_ (Results 1 – 2 of 2) sorted by relevance
333 DCHECK_GE(info, allocation_info_); in GetSlotIndexForAllocationInfo()335 return info - allocation_info_; in GetSlotIndexForAllocationInfo()339 return &allocation_info_[GetSlotIndexForAddress(address)]; in GetAllocationInfoForAddress()343 return &allocation_info_[GetSlotIndexForAddress(address)]; in GetAllocationInfoForAddress()385 allocation_info_ = reinterpret_cast<AllocationInfo*>(allocation_info_map_.Begin()); in FreeListSpace()393 AllocationInfo* cur_info = &allocation_info_[0]; in Walk()
232 AllocationInfo* allocation_info_; variable