[−][src]Function pspsdk_sys::sdk::sceKernelCreateFpl
pub unsafe extern "C" fn sceKernelCreateFpl(
name: *const c_char,
part: c_int,
attr: c_int,
size: c_uint,
blocks: c_uint,
opt: *mut SceKernelFplOptParam
) -> c_int
Create a fixed pool
@param name - Name of the pool @param part - The memory partition ID @param attr - Attributes @param size - Size of pool block @param blocks - Number of blocks to allocate @param opt - Options (set to NULL)
@return The UID of the created pool, < 0 on error.