Searched refs:alloc_func (Results 1 – 14 of 14) sorted by relevance
75 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()
32 stream.zalloc = (alloc_func)0; in compress2()
47 stream.zalloc = (alloc_func)0; in uncompress2()
81 typedef voidpf (*alloc_func)(voidpf opaque, uInt items, uInt size); typedef98 alloc_func zalloc; /* used to allocate the internal state */
157 # define alloc_func z_alloc_func macro
37 if (strm->zalloc == (alloc_func)0) { in inflateBackInit_()
97 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) in inflateStateCheck()188 if (strm->zalloc == (alloc_func)0) { in inflateInit2_()
146 # define alloc_func z_alloc_func macro
393 if (strm->zalloc == (alloc_func)0) { in deflateInit2_()532 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) in deflateStateCheck()
487 - Match type exactly of zcalloc() in zutil.c to zlib.h alloc_func843 - Add alloc_func, free_func, in_func, out_func to Z_PREFIX list
49 static alloc_func zalloc = myalloc;54 static alloc_func zalloc = (alloc_func)0;
97 static alloc_func zalloc = myalloc;102 static alloc_func zalloc = (alloc_func)0;
89 static alloc_func zalloc = myalloc;94 static alloc_func zalloc = (alloc_func)0;
552 rb->rb_zstr.zalloc = (alloc_func)0; in compress_start()1415 zstr.zalloc = (alloc_func)0; in decompress_ctf()