Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/
A Ddecompress_unxz.c160 #define vfree(ptr) do { if (ptr != NULL) free(ptr); } while (0) macro
/linux-6.3-rc2/mm/
A Dnommu.c135 void vfree(const void *addr) in vfree() function
A Dvmalloc.c2707 void vfree(const void *addr) in vfree() function

Completed in 15 milliseconds