Searched refs:LargeCounts (Results 1 – 1 of 1) sorted by relevance
85 if (num_bytes_ >= sizeof(LargeCounts)) { in PendingCounts()86 CHECK_EQ(uintptr_t(bytes_) % alignof(LargeCounts), 0); in PendingCounts()94 if (num_bytes_ >= sizeof(LargeCounts)) { in PendingCounts()95 CHECK_EQ(uintptr_t(bytes_) % alignof(LargeCounts), 0); in PendingCounts()104 std::atomic<LargeCounts>* c_ptr = Large(h); in set_initial_count()131 std::atomic<LargeCounts>* c_ptr = Large(h); in mark_started()146 std::atomic<LargeCounts>* c_ptr = Large(h); in mark_completed()161 LargeCounts c = Large(h)->load(std::memory_order_relaxed); in pending()183 std::atomic<LargeCounts>* c_ptr = Large(h); in decrement_pending()200 std::atomic<LargeCounts>* c_ptr = Large(h); in mark_live()[all …]