Function panda_sys::memory_region_del_subregion[][src]

pub unsafe extern "C" fn memory_region_del_subregion(
    mr: *mut MemoryRegion,
    subregion: *mut MemoryRegion
)
Expand description

memory_region_del_subregion: Remove a subregion.

Removes a subregion from its container.

@mr: the container to be updated. @subregion: the region being removed; must be a current subregion of @mr.