Skip to main content

define_freelist_brk_allocator

Macro define_freelist_brk_allocator 

Source
macro_rules! define_freelist_brk_allocator {
    ($vis:vis struct $name:ident; brk = $brk:path; heap_max = $heap_max:expr;) => { ... };
}