Skip to main content

rumtk_arena_new

Macro rumtk_arena_new 

Source
macro_rules! rumtk_arena_new {
    (  ) => { ... };
    ( $capacity:expr ) => { ... };
    ( $ptr:expr, $capacity:expr, $dealloc:expr ) => { ... };
}