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

pub unsafe fn data_init(start: &mut usize, end: &usize, data: &usize)

Initializes the .data section.

Safety

  • Must be called no more than once.
  • Must be called before accessing statics.