macro_rules! heap_allocator {
($size:expr) => { ... };
}
Expand description
Initialize a global heap allocator providing a heap of the given size in bytes
macro_rules! heap_allocator {
($size:expr) => { ... };
}
Initialize a global heap allocator providing a heap of the given size in bytes