Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Ddecompress_unxz.c162 #define vfree(ptr) do { if (ptr != NULL) free(ptr); } while (0) macro
/openbmc/linux/mm/
H A Dnommu.c136 void vfree(const void *addr) in vfree() function
H A Dvmalloc.c2824 void vfree(const void *addr) in vfree() function
[all...]
/openbmc/u-boot/include/linux/
H A Dcompat.h101 static inline void vfree(const void *addr) in vfree() function