Home
last modified time | relevance | path

Searched refs:FREE (Results 1 – 4 of 4) sorted by relevance

/mOS-networking-stack/util/include/
H A Dnetlib.h26 #ifndef FREE
27 #define FREE(x) if (x) {free(x); (x) = NULL;} macro
/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dproc_open.c339 #define FREE() do { \ in main() macro
360 FREE(); \ in main()
401 FREE(); in main()
/mOS-networking-stack/core/test/tcprb/
H A Dtest.c7 #define FREE(x) do { free(x); x = NULL; } while (0) macro
/mOS-networking-stack/core/src/
H A Dtcp_rb.c14 #define FREE(x) do { free(x); x = NULL; } while (0) macro
375 FREE(rb); in tcprb_new()
406 FREE(rb); in tcprb_del()