Files
snmalloc/src/mem
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-03-01 20:18:01 +00:00
2021-04-09 12:39:29 +01:00
2020-10-16 15:57:12 +01:00
2021-04-22 01:28:24 +01:00
2021-03-03 09:02:02 +00:00