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

/linux-4.1.27/lib/
H A Ddecompress_unxz.c156 #undef vfree macro
160 #define vfree(ptr) do { if (ptr != NULL) free(ptr); } while (0) macro
/linux-4.1.27/mm/
H A Dnommu.c274 void vfree(const void *addr) vfree() function
278 EXPORT_SYMBOL(vfree); variable
H A Dvmalloc.c1506 void vfree(const void *addr) vfree() function
1521 EXPORT_SYMBOL(vfree); variable

Completed in 241 milliseconds