Lines Matching refs:futures_
138 memset(futures_, 0, sizeof(Future) * kMaxNumBasicBlocks);141 // Link all of the futures_[] array elements on the free list.143 futures_[ii].next = &futures_[ii + 1];145 futures_[kMaxNumBasicBlocks - 1].next = 0;146 free_ = &futures_[0];