Searched defs:vfree (Results 1 – 4 of 4) sorted by relevance
164 #define vfree(ptr) do { if (ptr != NULL) free(ptr); } while (0) macro
83 static inline void vfree(const void *addr) in vfree() function
137 void vfree(const void *addr) in vfree() function
2348 void vfree(const void *addr) in vfree() function