Searched refs:allocation_info_ (Results 1 – 2 of 2) sorted by relevance
327 DCHECK_GE(info, allocation_info_); in GetSlotIndexForAllocationInfo()329 return info - allocation_info_; in GetSlotIndexForAllocationInfo()333 return &allocation_info_[GetSlotIndexForAddress(address)]; in GetAllocationInfoForAddress()337 return &allocation_info_[GetSlotIndexForAddress(address)]; in GetAllocationInfoForAddress()373 allocation_info_ = reinterpret_cast<AllocationInfo*>(allocation_info_map_->Begin()); in FreeListSpace()381 AllocationInfo* cur_info = &allocation_info_[0]; in Walk()
205 AllocationInfo* allocation_info_; variable