zephyr::raw

Function z_log_msg_alloc

source
pub unsafe extern "C" fn z_log_msg_alloc(wlen: u32) -> *mut log_msg
Expand description

@brief Allocate log message.

@param wlen Length in 32 bit words.

@return allocated space or null if cannot be allocated.