Function osGetMemRegionSize
Source pub unsafe extern "C" fn osGetMemRegionSize(region: MemRegion) -> u32_
Expand description
Gets the size of the specified memory region.
§Arguments
region - Memory region to check.
§Returns
The size of the memory region, in bytes.