gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:alloca (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/include/netbsd/stdlib.h - 10.3KB - 357 lines
279: #elif defined(__PCC__)
280: #define alloca(size) __builtin_alloca(size)
281: #else
bsd_source/t2ex/network/net/src_bsd/lib/libkern/libkern.h - 10.3KB - 348 lines
290: #ifdef __GNUC__
291: #define alloca(s)               __builtin_alloca(s)
292: #endif