Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dzalloc.h10 #define zfree(ptr) __zfree((void **)(ptr)) macro
/OK3568_Linux_fs/u-boot/lib/
H A Dgzip.c34 static void zfree(void *x, void *addr, unsigned nb) in zfree() function
/OK3568_Linux_fs/kernel/tools/lib/subcmd/
H A Dsubcmd-util.h28 #define zfree(ptr) ({ free(*ptr); *ptr = NULL; }) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Dzlib.h98 free_func zfree; /* used to free the internal state */ member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dzlib.h98 free_func zfree; /* used to free the internal state */ member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dzlib.h98 free_func zfree; /* used to free the internal state */ member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Dzlib.h98 free_func zfree; /* used to free the internal state */ member
/OK3568_Linux_fs/u-boot/include/u-boot/
H A Dzlib.h430 free_func zfree; /* used to free the internal state */ member
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dlibbpf.c141 # define zfree(ptr) ({ free(*ptr); *ptr = NULL; }) macro