Function kernel::process::get_editable_flash_range [] [src]

pub fn get_editable_flash_range(app_idx: usize) -> (usize, usize)

Returns the full address of the start and end of the flash region that the app owns and can write to. This includes the app's code and data and any padding at the end of the app. It does not include the TBF header, or any space that the kernel is using for any potential bookkeeping.