Home | History | Annotate | Download | only in src

Lines Matching refs:preallocated_memory_thread_

230   if (preallocated_memory_thread_ != NULL) return;
231 preallocated_memory_thread_ = new PreallocatedMemoryThread();
232 preallocated_memory_thread_->Start();
237 if (preallocated_memory_thread_ == NULL) return;
238 preallocated_memory_thread_->StopThread();
240 delete preallocated_memory_thread_;
241 preallocated_memory_thread_ = NULL;
1436 preallocated_memory_thread_(NULL),
1816 preallocated_memory_thread_->data(),
1817 preallocated_memory_thread_->length());
1818 PreallocatedStorageInit(preallocated_memory_thread_->length() / 4);