macro_rules! no_allocator {
() => { ... };
}Expand description
Refuse allocations immediately using the native SVM abort boundary.
macro_rules! no_allocator {
() => { ... };
}Refuse allocations immediately using the native SVM abort boundary.