Searched refs:allocation_info_ (Results 1 – 2 of 2) sorted by relevance
338 DCHECK_GE(info, allocation_info_); in GetSlotIndexForAllocationInfo()340 return info - allocation_info_; in GetSlotIndexForAllocationInfo()344 return &allocation_info_[GetSlotIndexForAddress(address)]; in GetAllocationInfoForAddress()348 return &allocation_info_[GetSlotIndexForAddress(address)]; in GetAllocationInfoForAddress()390 allocation_info_ = reinterpret_cast<AllocationInfo*>(allocation_info_map_.Begin()); in FreeListSpace()398 AllocationInfo* cur_info = &allocation_info_[0]; in Walk()
237 AllocationInfo* allocation_info_; variable