Home
last modified time | relevance | path

Searched defs:zfree (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/tools/include/linux/
H A Dzalloc.h10 #define zfree(ptr) __zfree((void **)(ptr)) macro
/openbmc/linux/tools/lib/subcmd/
H A Dsubcmd-util.h27 #define zfree(ptr) ({ free(*ptr); *ptr = NULL; }) macro
/openbmc/u-boot/lib/
H A Dgzip.c33 static void zfree(void *x, void *addr, unsigned nb) in zfree() function
/openbmc/u-boot/include/u-boot/
H A Dzlib.h430 free_func zfree; /* used to free the internal state */ member
/openbmc/qemu/hw/core/
H A Dloader.c545 static void zfree(void *x, void *addr) in zfree() function
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.c285 # define zfree(ptr) ({ free(*ptr); *ptr = NULL; }) macro