Searched refs:alloca (Results 1 – 5 of 5) sorted by relevance
48 #ifndef alloca49 #define alloca __builtin_alloca macro187 alloca((tree)->max_depth * sizeof(struct rbnode *)), \188 .is_left = (uint8_t *)alloca((tree)->max_depth * sizeof(uint8_t)),\
42 uint8_t *buf = alloca(buf_len); in thread_func()
378 pkg = alloca(plen); in z_log_msg_runtime_vcreate()383 msg = alloca(msg_wlen * sizeof(int)); in z_log_msg_runtime_vcreate()
19 #ifndef alloca20 #define alloca __builtin_alloca macro
899 vulnerable objects. Generally this means function that call alloca or908 This option enables compiler stack canaries in functions that call alloca,