Searched refs:_LIBUNWIND_REMEMBER_ALLOC (Results 1 – 2 of 2) sorted by relevance
123 #define _LIBUNWIND_REMEMBER_ALLOC(_size) alloca(_size) macro128 #define _LIBUNWIND_REMEMBER_ALLOC(_size) _malloca(_size) macro132 #define _LIBUNWIND_REMEMBER_ALLOC(_size) malloc(_size) macro137 #define _LIBUNWIND_REMEMBER_ALLOC(_size) malloc(_size) macro
545 (PrologInfoStackEntry *)_LIBUNWIND_REMEMBER_ALLOC( in parseFDEInstructions()