Function psp::sys::sceKernelFreePartitionMemory

source ·
#[no_mangle]
pub unsafe extern "C" fn sceKernelFreePartitionMemory(
    blockid: SceUid
) -> i32
Expand description

Free a memory block allocated with sceKernelAllocPartitionMemory.

§Parameters

blockid - UID of the block to free.

§Return value

? on success, less than 0 on error.