macro_rules! nros_platform_export_alloc {
($ty:ty) => { ... };
}Expand description
Emit nros_platform_{alloc,realloc,dealloc} delegating to
<$ty as PlatformAlloc>.
macro_rules! nros_platform_export_alloc {
($ty:ty) => { ... };
}Emit nros_platform_{alloc,realloc,dealloc} delegating to
<$ty as PlatformAlloc>.