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

/external/strace/
H A Dutil.c641 #ifndef ALLOCA_CUTOFF
642 # define ALLOCA_CUTOFF 4032 macro
644 #define use_alloca(n) ((n) <= ALLOCA_CUTOFF)

Completed in 64 milliseconds