Home
last modified time | relevance | path

Searched defs:_LIBUNWIND_REMEMBER_ALLOC (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/contrib/llvm-project/libunwind/src/
H A Dconfig.h130 #define _LIBUNWIND_REMEMBER_ALLOC(_size) __builtin_alloca(_size) macro
135 #define _LIBUNWIND_REMEMBER_ALLOC(_size) _malloca(_size) macro
139 #define _LIBUNWIND_REMEMBER_ALLOC(_size) malloc(_size) macro
144 #define _LIBUNWIND_REMEMBER_ALLOC(_size) malloc(_size) macro