Searched defs:vfree (Results 1 – 4 of 4) sorted by relevance
162 #define vfree(ptr) do { if (ptr != NULL) free(ptr); } while (0) macro
136 void vfree(const void *addr) in vfree() function
2824 void vfree(const void *addr) in vfree() function [all...]
101 static inline void vfree(const void *addr) in vfree() function