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

/linux-4.4.14/lib/
H A Ddecompress_unxz.c156 #undef vfree macro
160 #define vfree(ptr) do { if (ptr != NULL) free(ptr); } while (0) macro
/linux-4.4.14/mm/
H A Dnommu.c258 void vfree(const void *addr) vfree() function
262 EXPORT_SYMBOL(vfree); variable
H A Dvmalloc.c1507 void vfree(const void *addr) vfree() function
1522 EXPORT_SYMBOL(vfree); variable

Completed in 157 milliseconds