xwrust::panic

Function xwrust_alloc_error_handler

source
pub fn xwrust_alloc_error_handler(_: Layout) -> !
Expand description

申请内存失败时的错误处理函数

内存申请失败往往需要分析失败的原因,通常需要进行backtrace分析。 在MCU开发中,调试器会帮我们完成这一点。