Lines Matching refs:allocator_
128 allocator_ = allocator ? allocator : new C();
138 allocator_ = allocator ? allocator : new C();
149 allocator_ = new C();
157 cache_first_state_ = allocator_->Allocate(cache_first_state_id_);
167 S *copied_state = allocator_->Allocate(s);
179 allocator_->Free(cache_first_state_, cache_first_state_id_);
180 delete allocator_;
349 allocator_->Free(cache_first_state_, cache_first_state_id_);
351 allocator_->Free(VectorFstBaseImpl<S>::GetState(s), s);
462 return allocator_;
484 C *allocator_; // used to allocate new states
508 cache_first_state_ = allocator_->Allocate(s);
515 allocator_->Free(cache_first_state_, cache_first_state_id_);
517 cache_first_state_ = allocator_->Allocate(s);
525 state = allocator_->Allocate(s);
577 allocator_->Free(state, s);