Home
last modified time | relevance | path

Searched refs:free_func (Results 1 – 16 of 16) 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
111 if (free_func != NULL) in busdma_bufalloc_create()
112 uma_zone_set_freef(bz->umazone, free_func); in busdma_bufalloc_create()
/f-stack/freebsd/contrib/zlib/
H A Dcompress.c38 stream.zfree = (free_func)0;
H A Duncompr.c52 stream.zfree = (free_func)0;
H A Dinfback.c52 if (strm->zfree == (free_func)0)
634 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
H A Dzlib.h82 typedef void (*free_func) OF((voidpf opaque, voidpf address));
99 free_func zfree; /* used to free the internal state */
H A Dzconf.h151 # define free_func z_free_func macro
H A Dinflate.c110 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0)
217 if (strm->zfree == (free_func)0)
H A Dzconf.h.in145 # define free_func z_free_func macro
H A Ddeflate.c278 if (strm->zfree == (free_func)0)
361 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0)
H A DChangeLog740 - Add alloc_func, free_func, in_func, out_func to Z_PREFIX list
/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dexample_original.c90 static free_func zfree = myfree;
95 static free_func zfree = (free_func)0;
H A Dexample.c98 static free_func zfree = myfree;
103 static free_func zfree = (free_func)0;
/f-stack/freebsd/contrib/zlib/test/
H A Dexample.c73 static free_func zfree = myfree;
78 static free_func zfree = (free_func)0;
/f-stack/tools/libxo/libxo/
H A Dxo.h165 xo_set_allocator (xo_realloc_func_t realloc_func, xo_free_func_t free_func);
H A Dlibxo.c7943 xo_set_allocator (xo_realloc_func_t realloc_func, xo_free_func_t free_func) in xo_set_allocator() argument
7946 xo_free = free_func; in xo_set_allocator()
/f-stack/tools/libxo/doc/
H A Dapi.rst1122 .. c:function:: void xo_set_allocator (xo_realloc_func_t realloc_func, xo_free_func_t free_func)
1125 :param xo_free_func_t free_func: Free function
1129 same convention. *free_func* will receive the same argument as