Searched refs:deque_buffer (Results 1 – 1 of 1) sorted by relevance
144 void* deque_buffer = zone->New(sizeof(InputDeque)); in EnsureAppendableInputs() local145 InputDeque* deque = new (deque_buffer) InputDeque(zone); in EnsureAppendableInputs()