Searched refs:reusable_memory_ (Results 1 – 1 of 1) sorted by relevance
29 : reusable_memory_(0) in thread_info_base()35 if (reusable_memory_) in ~thread_info_base()36 ::operator delete(reusable_memory_); in ~thread_info_base()41 if (this_thread && this_thread->reusable_memory_) in allocate()43 void* const pointer = this_thread->reusable_memory_; in allocate()44 this_thread->reusable_memory_ = 0; in allocate()67 if (this_thread && this_thread->reusable_memory_ == 0) in deallocate()71 this_thread->reusable_memory_ = pointer; in deallocate()80 void* reusable_memory_; member in asio::detail::thread_info_base