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() argument103 if (alloc_func != NULL) in busdma_bufalloc_create()104 uma_zone_set_allocf(bz->umazone, alloc_func); in busdma_bufalloc_create()
55 static alloc_func zalloc = myalloc;60 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;
47 stream.zalloc = (alloc_func)0; in uncompress2_z()
38 stream.zalloc = (alloc_func)0; in compress2_z()
85 typedef voidpf (*alloc_func)(voidpf opaque, uInt items, uInt size); typedef102 alloc_func zalloc; /* used to allocate the internal state */
173 # define alloc_func z_alloc_func macro
37 if (strm->zalloc == (alloc_func)0) { in inflateBackInit_()
91 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) in inflateStateCheck()183 if (strm->zalloc == (alloc_func)0) { in inflateInit2_()
154 # define alloc_func z_alloc_func macro
401 if (strm->zalloc == (alloc_func)0) { in deflateInit2_()541 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) in deflateStateCheck()
538 - Match type exactly of zcalloc() in zutil.c to zlib.h alloc_func894 - Add alloc_func, free_func, in_func, out_func to Z_PREFIX list
552 rb->rb_zstr.zalloc = (alloc_func)0; in compress_start()1415 zstr.zalloc = (alloc_func)0; in decompress_ctf()