Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/kern/
Dsubr_busdma_bufalloc.c77 uma_alloc alloc_func, uma_free free_func, u_int32_t zcreate_flags) in busdma_bufalloc_create() argument
109 if (alloc_func != NULL) in busdma_bufalloc_create()
110 uma_zone_set_allocf(bz->umazone, alloc_func); in busdma_bufalloc_create()
/freebsd-12-stable/sys/contrib/zlib/
Dcompress.c37 stream.zalloc = (alloc_func)0;
Duncompr.c51 stream.zalloc = (alloc_func)0;
Dzlib.h81 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
98 alloc_func zalloc; /* used to allocate the internal state */
Dzconf.h157 # define alloc_func z_alloc_func macro
Dinfback.c44 if (strm->zalloc == (alloc_func)0) {
Dinflate.c110 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0)
212 if (strm->zalloc == (alloc_func)0) {
Dzconf.h.in146 # define alloc_func z_alloc_func macro
Ddeflate.c259 if (strm->zalloc == (alloc_func)0) {
394 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0)
DChangeLog459 - Match type exactly of zcalloc() in zutil.c to zlib.h alloc_func
815 - Add alloc_func, free_func, in_func, out_func to Z_PREFIX list
/freebsd-12-stable/sys/contrib/zlib/test/
Dexample.c72 static alloc_func zalloc = myalloc;
77 static alloc_func zalloc = (alloc_func)0;
/freebsd-12-stable/sys/contrib/zstd/zlibWrapper/examples/
Dexample.c97 static alloc_func zalloc = myalloc;
102 static alloc_func zalloc = (alloc_func)0;
Dexample_original.c89 static alloc_func zalloc = myalloc;
94 static alloc_func zalloc = (alloc_func)0;
/freebsd-12-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
Dctf.c559 rb->rb_zstr.zalloc = (alloc_func)0; in compress_start()
1306 zstr.zalloc = (alloc_func)0; in decompress_ctf()