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