Searched refs:_cleanup_ (Results 1 – 3 of 3) sorted by relevance
61 #define _cleanup_(x) __attribute__((cleanup(x))) macro
75 #define _cleanup_free_ _cleanup_(freep)
2063 _cleanup_(scratchbuf_release) struct scratchbuf salias = in output_symbols_bin()