Searched defs:_LIBUNWIND_REMEMBER_ALLOC (Results 1 – 1 of 1) sorted by relevance
130 #define _LIBUNWIND_REMEMBER_ALLOC(_size) __builtin_alloca(_size) macro135 #define _LIBUNWIND_REMEMBER_ALLOC(_size) _malloca(_size) macro139 #define _LIBUNWIND_REMEMBER_ALLOC(_size) malloc(_size) macro144 #define _LIBUNWIND_REMEMBER_ALLOC(_size) malloc(_size) macro