Function ctru_sys::mappableAlloc

source ·
pub unsafe extern "C" fn mappableAlloc(size: usize) -> *mut c_void
Expand description

Finds a mappable memory area.

§Arguments

  • size - Size of the area to find.

§Returns

The mappable area.