Searched refs:allocations_paused_ever_ (Results 1 – 2 of 2) sorted by relevance
96 return manager_->allocations_paused_ever_.load(std::memory_order_seq_cst); in HasPreAlloc()190 if (allocations_paused_ever_.compare_exchange_strong(expected, true, std::memory_order_seq_cst)) { in PauseAllocations()211 CHECK(allocations_paused_ever_.load(std::memory_order_seq_cst)); in ResumeAllocations()
103 std::atomic<bool> allocations_paused_ever_ = false; variable