Macro kernel::static_init_half
source · [−]macro_rules! static_init_half {
($B:expr, $T:ty, $e:expr $(,)?) => { ... };
}
Expand description
This macro is deprecated. You should migrate to using static_buf!
followed by a call to StaticUninitializedBuffer::initialize()
.
Same as static_init!()
but without actually creating the static buffer.
The static buffer must be passed in.