Function ctru_sys::linearAlloc

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

Allocates a 0x80-byte aligned buffer.

§Arguments

  • size - Size of the buffer to allocate.

§Returns

The allocated buffer.