macro_rules! default_allocator {
() => { ... };
}Expand description
Install the default bump allocator over the SVM heap region. Opt-in
counterpart to no_allocator! for programs that need alloc on a
cold path. See hopper_native::BumpAllocator.