[][src]Function pspsdk_sys::sdk::sceKernelCreateHeap

pub unsafe extern "C" fn sceKernelCreateHeap(
    partitionid: SceUID,
    size: SceSize,
    unk: c_int,
    name: *const c_char
) -> SceUID

Create a heap.

@param partitionid - The UID of the partition where allocate the heap. @param size - The size in bytes of the heap. @param unk - Unknown, probably some flag or type, pass 1. @param name - Name assigned to the new heap.

@return The UID of the new heap, or if less than 0 an error.