Home
last modified time | relevance | path

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

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

Completed in 22 milliseconds