Function sgx_trts::oom::set_panic_handler [−][src]
pub fn set_panic_handler(handler: fn(_: AllocErr) -> !)
Set a custom handler for out-of-memory conditions
To avoid recursive OOM failures, it is critical that the OOM handler does not allocate any memory itself.