Searched refs:CostInterval (Results 1 – 1 of 1) sorted by relevance
163 typedef struct CostInterval CostInterval; typedef164 struct CostInterval { struct169 CostInterval* previous_; argument170 CostInterval* next_; argument186 CostInterval* head_;195 CostInterval intervals_[COST_MANAGER_MAX_FREE_LIST];196 CostInterval* free_intervals_;199 CostInterval* recycled_intervals_;203 CostInterval* const interval) { in CostIntervalAddToFreeList()209 const CostInterval* const interval) { in CostIntervalIsInFreeList()[all …]