Searched refs:allocation_info_map_ (Results 1 – 2 of 2) sorted by relevance
334 DCHECK_LT(info, reinterpret_cast<AllocationInfo*>(allocation_info_map_.End())); in GetSlotIndexForAllocationInfo()378 allocation_info_map_ = in FreeListSpace()384 CHECK(allocation_info_map_.IsValid()) << "Failed to allocate allocation info map" << error_msg; in FreeListSpace()385 allocation_info_ = reinterpret_cast<AllocationInfo*>(allocation_info_map_.Begin()); in FreeListSpace()410 func(allocation_info_map_); in ForEachMemMap()
231 MemMap allocation_info_map_; variable