[][src]Function psp::sys::sceKernelAllocateFpl

#[no_mangle]pub unsafe extern "C" fn sceKernelAllocateFpl(
    uid: SceUid,
    data: *mut *mut c_void,
    timeout: *mut u32
) -> i32

Allocate from the pool

Parameters

  • uid: The UID of the pool
  • data: Receives the address of the allocated data
  • timeout: Amount of time to wait for allocation?

Return Value

0 on success, < 0 on error