Function clear_bss

Source
pub unsafe fn clear_bss()
Expand description

Fills the .bss section with zeros.

It requires the symbols _sbss and _ebss to be defined in the linker script.

ยงSafety

This function is unsafe because it writes .bss section directly.