drone_core::mem
pub unsafe fn bss_init()
Initializes the BSS mutable memory segment.
This function must be called as early as possible.
See also data_init.
data_init
This function reverts the state of initially zeroed mutable statics.