[][src]Function drone_core::mem::bss_init

pub unsafe fn bss_init()

Initializes the BSS mutable memory segment.

This function must be called as early as possible.

See also data_init.

Safety

This function reverts the state of initially zeroed mutable statics.