Searched refs:alloc_func (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/sys/kern/
H A Dsubr_busdma_bufalloc.c74 uma_alloc alloc_func, uma_free free_func, u_int32_t zcreate_flags)
106 if (alloc_func != NULL)
107 uma_zone_set_allocf(bz->umazone, alloc_func);
73 busdma_bufalloc_create(const char *name, bus_size_t minimum_alignment, uma_alloc alloc_func, uma_free free_func, u_int32_t zcreate_flags) argument
/freebsd-11-stable/sys/contrib/zlib/
H A Dcompress.c37 stream.zalloc = (alloc_func)0;
H A Duncompr.c51 stream.zalloc = (alloc_func)0;
H A Dzlib.h81 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); typedef
98 alloc_func zalloc; /* used to allocate the internal state */
H A Dzconf.h143 # define alloc_func z_alloc_func macro
H A Dinfback.c44 if (strm->zalloc == (alloc_func)0) {
H A Dinflate.c110 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0)
209 if (strm->zalloc == (alloc_func)0) {
H A Ddeflate.c267 if (strm->zalloc == (alloc_func)0) {
358 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0)
/freebsd-11-stable/sys/sys/
H A Dzlib.h273 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); typedef
290 alloc_func zalloc; /* used to allocate the internal state */
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzlib.h79 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); typedef
96 alloc_func zalloc; /* used to allocate the internal state */
H A Dinflate.c164 if (strm->zalloc == (alloc_func)0) {
1361 source->zalloc == (alloc_func)0 || source->zfree == (free_func)0)
H A Ddeflate.c249 if (strm->zalloc == (alloc_func)0) {
369 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) {
/freebsd-11-stable/sys/contrib/zlib/test/
H A Dexample.c72 static alloc_func zalloc = myalloc;
77 static alloc_func zalloc = (alloc_func)0;
/freebsd-11-stable/crypto/openssl/crypto/comp/
H A Dc_zlib.c322 stream.zalloc = (alloc_func) 0;
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c563 rb->rb_zstr.zalloc = (alloc_func)0;
1319 zstr.zalloc = (alloc_func)0;

Completed in 306 milliseconds