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

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

Completed in 85 milliseconds