[][src]Function drone_core::mem::data_init

pub unsafe fn data_init()

Initializes the DATA mutable memory segment.

This function must be called as early as possible.

See also bss_init.

Safety

This function reverts the state of initially non-zeroed mutable statics.