Function ctru_sys::svcUnmapMemoryBlock
source · pub unsafe extern "C" fn svcUnmapMemoryBlock(
memblock: Handle,
addr: u32_
) -> Result
Expand description
Unmaps a block of shared memory
§Arguments
memblock
- Handle of the blockaddr
- Address of the memory to unmap, page-aligned. So its alignment must be 0x1000.