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