jemalloc/include
Slobodan Predolac 160ab9d7f6 Replace experimental_infallible_new with compile-time flag
The runtime option aborted on every OOM, breaking new(std::nothrow)
semantics. Replace with configure-time --enable-cxx-infallible-new
(default off): when on, throwing new aborts (size logged) and
nothrow returns null; when off, standard new_handler + bad_alloc /
null behavior is preserved. Under LTO the on-path lets the compiler
prove operator new is no-throw.
2026-06-06 09:50:37 -04:00
..
jemalloc Replace experimental_infallible_new with compile-time flag 2026-06-06 09:50:37 -04:00
msvc_compat Reformat the codebase with the clang-format 18. 2026-03-10 18:14:33 -07:00