Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A 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()
/f-stack/freebsd/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));
98 alloc_func zalloc; /* used to allocate the internal state */
H A Dzconf.h149 # 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 Dzconf.h.in143 # define alloc_func z_alloc_func macro
H A Ddeflate.c270 if (strm->zalloc == (alloc_func)0) {
361 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0)
H A DChangeLog384 - Match type exactly of zcalloc() in zutil.c to zlib.h alloc_func
740 - Add alloc_func, free_func, in_func, out_func to Z_PREFIX list
/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dexample_original.c89 static alloc_func zalloc = myalloc;
94 static alloc_func zalloc = (alloc_func)0;
H A Dexample.c97 static alloc_func zalloc = myalloc;
102 static alloc_func zalloc = (alloc_func)0;
/f-stack/freebsd/contrib/zlib/test/
H A Dexample.c72 static alloc_func zalloc = myalloc;
77 static alloc_func zalloc = (alloc_func)0;