Searched refs:last_block_used_ (Results 1 – 2 of 2) sorted by relevance
188 thread_cache().last_block_used_ != NULL) { in AllocateAligned()189 if (thread_cache().last_block_used_->avail() < n) { in AllocateAligned()192 return AllocFromBlock(thread_cache().last_block_used_, n); in AllocateAligned()
551 Block* last_block_used_; member875 thread_cache().last_block_used_ = block; in SetThreadCacheBlock()