Searched refs:atomic_fetch_sub (Results 1 – 3 of 3) sorted by relevance
129 atomic_fetch_sub(&gAllocated, LimitUsableSize(mem)); in LimitFree()216 atomic_fetch_sub(&gAllocated, old_usable_size); in LimitRealloc()223 atomic_fetch_sub(&gAllocated, old_usable_size - new_usable_size); in LimitRealloc()
157 TEST(stdatomic, atomic_fetch_sub) { in TEST() argument159 ASSERT_EQ(123, atomic_fetch_sub(&i, 1)); in TEST()
71 using std::atomic_fetch_sub;347 #define atomic_fetch_sub(object, operand) \ macro