Function ctru_sys::vramRealloc

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

Reallocates a buffer. Note: Not implemented yet.

§Arguments

  • mem - Buffer to reallocate.
  • size - Size of the buffer to allocate.

§Returns

The reallocated buffer.