Skip to content
Commit 4fc2acf5 authored by David Goldblatt's avatar David Goldblatt Committed by David Goldblatt
Browse files

Switch atomic uint64_ts in arena_stats_t to C11 atomics

I expect this to be the trickiest conversion we will see, since we want atomics
on 64-bit platforms, but are also always able to piggyback on some sort of
external synchronization on non-64 bit platforms.
parent 26d23da6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment