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