Home
last modified time | relevance | path

Searched refs:alloc_func (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/kern/
H A Dsubr_busdma_bufalloc.c75 uma_alloc alloc_func, uma_free free_func, uint32_t zcreate_flags) in busdma_bufalloc_create() argument
103 if (alloc_func != NULL) in busdma_bufalloc_create()
104 uma_zone_set_allocf(bz->umazone, alloc_func); in busdma_bufalloc_create()
/freebsd/sys/contrib/zlib/
H A Dcompress.c32 stream.zalloc = (alloc_func)0; in compress2()
H A Duncompr.c47 stream.zalloc = (alloc_func)0; in uncompress2()
H A Dzlib.h81 typedef voidpf (*alloc_func)(voidpf opaque, uInt items, uInt size); typedef
98 alloc_func zalloc; /* used to allocate the internal state */
H A Dzconf.h157 # define alloc_func z_alloc_func macro
H A Dinfback.c37 if (strm->zalloc == (alloc_func)0) { in inflateBackInit_()
H A Dinflate.c97 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) in inflateStateCheck()
188 if (strm->zalloc == (alloc_func)0) { in inflateInit2_()
H A Dzconf.h.in146 # define alloc_func z_alloc_func macro
H A Ddeflate.c393 if (strm->zalloc == (alloc_func)0) { in deflateInit2_()
532 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) in deflateStateCheck()
H A DChangeLog487 - Match type exactly of zcalloc() in zutil.c to zlib.h alloc_func
843 - Add alloc_func, free_func, in_func, out_func to Z_PREFIX list
/freebsd/sys/contrib/zlib/test/
H A Dexample.c49 static alloc_func zalloc = myalloc;
54 static alloc_func zalloc = (alloc_func)0;
/freebsd/sys/contrib/zstd/zlibWrapper/examples/
H A Dexample.c97 static alloc_func zalloc = myalloc;
102 static alloc_func zalloc = (alloc_func)0;
H A Dexample_original.c89 static alloc_func zalloc = myalloc;
94 static alloc_func zalloc = (alloc_func)0;
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c552 rb->rb_zstr.zalloc = (alloc_func)0; in compress_start()
1415 zstr.zalloc = (alloc_func)0; in decompress_ctf()