Searched refs:alloc_func (Results 1 – 14 of 14) sorted by relevance
77 uma_alloc alloc_func, uma_free free_func, u_int32_t zcreate_flags) in busdma_bufalloc_create() argument109 if (alloc_func != NULL) in busdma_bufalloc_create()110 uma_zone_set_allocf(bz->umazone, alloc_func); in busdma_bufalloc_create()
37 stream.zalloc = (alloc_func)0;
51 stream.zalloc = (alloc_func)0;
81 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));98 alloc_func zalloc; /* used to allocate the internal state */
157 # define alloc_func z_alloc_func macro
44 if (strm->zalloc == (alloc_func)0) {
110 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0)212 if (strm->zalloc == (alloc_func)0) {
146 # define alloc_func z_alloc_func macro
259 if (strm->zalloc == (alloc_func)0) {394 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0)
459 - Match type exactly of zcalloc() in zutil.c to zlib.h alloc_func815 - Add alloc_func, free_func, in_func, out_func to Z_PREFIX list
72 static alloc_func zalloc = myalloc;77 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;
559 rb->rb_zstr.zalloc = (alloc_func)0; in compress_start()1306 zstr.zalloc = (alloc_func)0; in decompress_ctf()