Searched refs:FREE (Results 1 – 4 of 4) sorted by relevance
26 #ifndef FREE27 #define FREE(x) if (x) {free(x); (x) = NULL;} macro
339 #define FREE() do { \ in main() macro360 FREE(); \ in main()401 FREE(); in main()
7 #define FREE(x) do { free(x); x = NULL; } while (0) macro
14 #define FREE(x) do { free(x); x = NULL; } while (0) macro375 FREE(rb); in tcprb_new()406 FREE(rb); in tcprb_del()