Home
last modified time | relevance | path

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

/external/llvm-project/libunwind/src/
Dconfig.h124 #define _LIBUNWIND_REMEMBER_FREE(_ptr) \ macro
129 #define _LIBUNWIND_REMEMBER_FREE(_ptr) _freea(_ptr) macro
133 #define _LIBUNWIND_REMEMBER_FREE(_ptr) free(_ptr) macro
138 #define _LIBUNWIND_REMEMBER_FREE(_ptr) free(_ptr) macro