Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/sys/
Drb.h48 #ifndef alloca
49 #define alloca __builtin_alloca macro
187 alloca((tree)->max_depth * sizeof(struct rbnode *)), \
188 .is_left = (uint8_t *)alloca((tree)->max_depth * sizeof(uint8_t)),\
/Zephyr-latest/tests/subsys/logging/log_immediate/src/
Dlog_immediate_test.c42 uint8_t *buf = alloca(buf_len); in thread_func()
/Zephyr-latest/subsys/logging/
Dlog_msg.c378 pkg = alloca(plen); in z_log_msg_runtime_vcreate()
383 msg = alloca(msg_wlen * sizeof(int)); in z_log_msg_runtime_vcreate()
/Zephyr-latest/include/zephyr/logging/
Dlog_msg.h19 #ifndef alloca
20 #define alloca __builtin_alloca macro
/Zephyr-latest/kernel/
DKconfig899 vulnerable objects. Generally this means function that call alloca or
908 This option enables compiler stack canaries in functions that call alloca,