Lines Matching refs:allocator_
124 allocator_ = allocator ? allocator : new C(); in cache_start_()
133 allocator_ = allocator ? allocator : new C(); in cache_start_()
142 allocator_ = new C(); in CacheBaseImpl()
146 allocator_->Free(cache_first_state_, cache_first_state_id_); in ~CacheBaseImpl()
147 delete allocator_; in ~CacheBaseImpl() local
182 cache_first_state_ = allocator_->Allocate(s); in ExtendState()
187 allocator_->Free(cache_first_state_, cache_first_state_id_); in ExtendState()
189 cache_first_state_ = allocator_->Allocate(s); in ExtendState()
195 SetState(s, allocator_->Allocate(s)); in ExtendState()
414 allocator_->Free(state, s); in GC()
461 C *allocator_; // used to allocate new states