Home
last modified time | relevance | path

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

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