Searched refs:__libc_use_alloca (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/libgnuregex/
H A Dregex_internal.h430 # define __libc_use_alloca(n) ((n) < 4032) macro
433 # define __libc_use_alloca(n) 0 macro
H A Dregexec.c1446 if (__libc_use_alloca (nmatch * sizeof (regmatch_t)))
3354 if (__libc_use_alloca (sizeof (struct dests_alloc)))
3399 if (__libc_use_alloca ((sizeof (re_node_set) + sizeof (bitset_t)) * SBC_MAX

Completed in 59 milliseconds