Function iwpool_alloc

Source
pub unsafe extern "C" fn iwpool_alloc(
    siz: size_t,
    pool: *mut IWPOOL,
) -> *mut c_void
Expand description

@brief Allocates buffer of specified size.

@param siz Size of buffer. @param pool Pointer to memory pool. @return Pointer to buffer or zero if allocation is failed.