Macro esp_alloc::heap_allocator

source ยท
macro_rules! heap_allocator {
    ($size:expr) => { ... };
}
Expand description

Create a heap allocator providing a heap of the given size in bytes

You can only have ONE allocator at most