Searched defs:vfree (Results 1 - 3 of 3) sorted by relevance

/linux-master/lib/
H A Ddecompress_unxz.c155 #undef vfree macro
159 #define vfree(ptr) do { if (ptr != NULL) free(ptr); } while (0) macro
/linux-master/mm/
H A Dnommu.c134 void vfree(const void *addr) function
138 EXPORT_SYMBOL(vfree); variable
H A Dvmalloc.c3305 void vfree(const void *addr) function
3347 EXPORT_SYMBOL(vfree); variable
[all...]

Completed in 161 milliseconds