Home
last modified time | relevance | path

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

/src/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()
/src/sys/contrib/zlib/test/
H A Dexample.c55 static alloc_func zalloc = myalloc;
60 static alloc_func zalloc = (alloc_func)0;
/src/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;
/src/sys/contrib/zlib/
H A Duncompr.c47 stream.zalloc = (alloc_func)0; in uncompress2_z()
H A Dcompress.c38 stream.zalloc = (alloc_func)0; in compress2_z()
H A Dzlib.h85 typedef voidpf (*alloc_func)(voidpf opaque, uInt items, uInt size); typedef
102 alloc_func zalloc; /* used to allocate the internal state */
H A Dzconf.h173 # define alloc_func z_alloc_func macro
H A Dinfback.c37 if (strm->zalloc == (alloc_func)0) { in inflateBackInit_()
H A Dinflate.c91 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) in inflateStateCheck()
183 if (strm->zalloc == (alloc_func)0) { in inflateInit2_()
H A Dzconf.h.in154 # define alloc_func z_alloc_func macro
H A Ddeflate.c401 if (strm->zalloc == (alloc_func)0) { in deflateInit2_()
541 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) in deflateStateCheck()
H A DChangeLog538 - Match type exactly of zcalloc() in zutil.c to zlib.h alloc_func
894 - Add alloc_func, free_func, in_func, out_func to Z_PREFIX list
/src/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()