SIGN IN SIGN UP
rust-lang / rust UNCLAIMED

Empowering everyone to build reliable and efficient software.

0 0 71 Rust

genmc,tests: Throw when GenMC runs out of memory

GenMC can currently allocate up to 4GB per thread. If it cannot
allocated any more memory, it will return nullptr.

This commit adds a test in Miri that ensures we gracefully throw
if this ever happens.
M
Michalis Kokologiannakis committed
1302f6c5018f7500ab85a3924354d1e35e361ce9
Parent: 0bcadab