Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/
Dtypes.h30 } z_max_align_t; typedef
/Zephyr-latest/modules/openthread/platform/
Dmessagepool.c21 #define MAX_ALIGNMENT __alignof__(z_max_align_t)
/Zephyr-latest/lib/libc/common/source/stdlib/
Dmalloc.c145 __alignof__(z_max_align_t), in malloc()
246 __alignof__(z_max_align_t), in realloc()
/Zephyr-latest/include/zephyr/net/
Dnet_ip.h272 z_max_align_t cmsg_data[]; /**< Flexible array member to force alignment of cmsghdr */
284 #define ALIGN_D(x) ROUND_UP(x, __alignof__(z_max_align_t))