Files
snmalloc/src
Nathaniel Filardo 80c6e95210 C++20: Add TrivialInitAtomic
C++20 does away with trivial initializers for std::atomic<T>, which means our
global pagemaps always get zeroed, sometimes after other static ctors have run
(fun fun!).  Use the new std::atomic_ref<T> when available.  Abstract all this
behind an #ifdef-ful wrapper.
2021-04-22 01:28:24 +01:00
..
2021-04-22 01:28:24 +01:00
2021-04-22 01:28:24 +01:00
2021-04-19 09:37:04 +01:00
2019-01-15 14:17:55 +00:00