Home
last modified time | relevance | path

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

/llvm-project/libunwind/src/
H A Dconfig.h131 #define _LIBUNWIND_REMEMBER_FREE(_ptr) \ macro
136 #define _LIBUNWIND_REMEMBER_FREE(_ptr) _freea(_ptr) macro
140 #define _LIBUNWIND_REMEMBER_FREE(_ptr) free(_ptr) macro
145 #define _LIBUNWIND_REMEMBER_FREE(_ptr) free(_ptr) macro