Searched defs:_LIBUNWIND_REMEMBER_ALLOC (Results 1 – 1 of 1) sorted by relevance
128 #define _LIBUNWIND_REMEMBER_ALLOC(_size) alloca(_size) macro133 #define _LIBUNWIND_REMEMBER_ALLOC(_size) _malloca(_size) macro137 #define _LIBUNWIND_REMEMBER_ALLOC(_size) malloc(_size) macro142 #define _LIBUNWIND_REMEMBER_ALLOC(_size) malloc(_size) macro