Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dexample_original.c90 static free_func zfree = myfree; variable
95 static free_func zfree = (free_func)0; variable
H A Dexample.c98 static free_func zfree = myfree; variable
103 static free_func zfree = (free_func)0; variable
/f-stack/freebsd/contrib/zlib/test/
H A Dexample.c73 static free_func zfree = myfree; variable
78 static free_func zfree = (free_func)0; variable
/f-stack/app/redis-5.0.5/src/
H A Dzmalloc.c190 void zfree(void *ptr) { in zfree() function
/f-stack/freebsd/contrib/zlib/
H A Dzlib.h99 free_func zfree; /* used to free the internal state */ member
/f-stack/freebsd/kern/
H A Dkern_malloc.c907 zfree(void *addr, struct malloc_type *mtp) in zfree() function