Josh Stone 0ade5a11f5 Register LLVM handlers for bad-alloc / OOM
LLVM's default bad-alloc handler may throw if exceptions are enabled,
and `operator new` isn't hooked at all by default. Now we register our
own handler that prints a message similar to fatal errors, then aborts.
We also call the function that registers the C++ `std::new_handler`.
2024-03-15 15:49:06 -07:00
..
2024-03-06 17:49:37 -08:00
2024-02-11 22:09:52 +00:00
2024-03-12 08:51:20 +00:00
2024-03-11 09:15:09 +11:00
2024-02-24 18:53:48 +03:00
2024-03-12 08:51:20 +00:00
2024-03-06 17:49:37 -08:00