1 2 3 4 5 6 7
#pragma once #ifdef SNMALLOC_USE_SELF_VENDORED_STL # include "snmalloc/stl/gnu/atomic.h" #else # include "snmalloc/stl/cxx/atomic.h" #endif