Conversation
Edited 10 months ago
Right, someone reminded me yesterday that if you want rigid memory allocation scheme with heap, you can implement that with heapless crate. It will deliver allocation errors from pre-allocated heap per-allocation. For stuff that I might be doing with #Rust in user space that is good enough.

The de-facto response from Rust application for OOM is panic.

#rustlang
0
0
2