Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/zlibWrapper/examples/
H A Dexample.c98 static free_func zfree = myfree; variable
103 static free_func zfree = (free_func)0; variable
H A Dexample_original.c90 static free_func zfree = myfree; variable
95 static free_func zfree = (free_func)0; variable
/freebsd/sys/contrib/zlib/test/
H A Dexample.c50 static free_func zfree = myfree; variable
55 static free_func zfree = (free_func)0; variable
/freebsd/stand/libsa/
H A Dzalloc.c172 zfree(MemPool *mp, void *ptr, uintptr_t bytes) in zfree() function
/freebsd/sys/contrib/zlib/
H A Dzlib.h99 free_func zfree; /* used to free the internal state */ member
/freebsd/sys/kern/
H A Dkern_malloc.c976 zfree(void *addr, struct malloc_type *mtp) in zfree() function