Searched refs:FREE_POINTER (Results 1 – 2 of 2) sorted by relevance
11 FREE_POINTER(p); in radar12491259()12 FREE_POINTER(p); // no-warning: we are suppressing errors coming from sys/queue macros. in radar12491259()16 #define MYMACRO(p) FREE_POINTER(p)
3 #define FREE_POINTER(x) free(x) macro