Skip to main content

nros_platform_export_alloc

Macro nros_platform_export_alloc 

Source
macro_rules! nros_platform_export_alloc {
    ($ty:ty) => { ... };
}
Expand description

Emit nros_platform_{alloc,realloc,dealloc} delegating to <$ty as PlatformAlloc>.