Skip to main content

register_allocator

Macro register_allocator 

Source
macro_rules! register_allocator {
    () => { ... };
}
Expand description

Declares CfsAllocator as the crate’s #[global_allocator].

cFS apps place this at the crate root:

leodos_libcfs::register_allocator!();