Searched refs:CostInterval (Results 1 – 1 of 1) sorted by relevance
691 typedef struct CostInterval CostInterval; typedef692 struct CostInterval { struct699 CostInterval* previous_; argument700 CostInterval* next_; argument722 CostInterval* head_;733 CostInterval intervals_[COST_MANAGER_MAX_FREE_LIST];734 CostInterval* free_intervals_;737 CostInterval* recycled_intervals_;755 CostInterval* const interval) { in CostIntervalAddToFreeList()761 const CostInterval* const interval) { in CostIntervalIsInFreeList()[all …]