Skip to content
Commit 89d40cac authored by Wilco Dijkstra's avatar Wilco Dijkstra
Browse files

malloc: Use C11 atomics rather than atomic_exchange_and_add



Replace a few counters using atomic_exchange_and_add with
atomic_fetch_add_relaxed.

Reviewed-by: default avatarFlorian Weimer <fweimer@redhat.com>
parent 76fe5602
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment