Home
last modified time | relevance | path

Searched refs:msg_wlen (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/logging/
Dlog_msg.c369 size_t msg_wlen = Z_LOG_MSG_ALIGNED_WLEN(plen, dlen); in z_log_msg_runtime_vcreate() local
376 msg = z_log_msg_alloc(msg_wlen); in z_log_msg_runtime_vcreate()
383 msg = alloca(msg_wlen * sizeof(int)); in z_log_msg_runtime_vcreate()