pub unsafe extern "C" fn osGetMemRegionUsed(region: MemRegion) -> u32_
Expand description

Gets the number of used bytes within the specified memory region.

§Arguments

  • region - Memory region to check.

§Returns

The number of used bytes of memory.