Macro alloc_error_handler

macro_rules! alloc_error_handler { ... }

Attribute macro applied to a function to register it as a handler for allocation failure.

See also std::alloc::handle_alloc_error.