Searched refs:free_func (Results 1 – 16 of 16) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | subr_busdma_bufalloc.c | 77 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 D | compress.c | 38 stream.zfree = (free_func)0;
|
| H A D | uncompr.c | 52 stream.zfree = (free_func)0;
|
| H A D | infback.c | 52 if (strm->zfree == (free_func)0) 634 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
|
| H A D | zlib.h | 82 typedef void (*free_func) OF((voidpf opaque, voidpf address)); 99 free_func zfree; /* used to free the internal state */
|
| H A D | zconf.h | 151 # define free_func z_free_func macro
|
| H A D | inflate.c | 110 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) 217 if (strm->zfree == (free_func)0)
|
| H A D | zconf.h.in | 145 # define free_func z_free_func macro
|
| H A D | deflate.c | 278 if (strm->zfree == (free_func)0) 361 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0)
|
| H A D | ChangeLog | 740 - Add alloc_func, free_func, in_func, out_func to Z_PREFIX list
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/examples/ |
| H A D | example_original.c | 90 static free_func zfree = myfree; 95 static free_func zfree = (free_func)0;
|
| H A D | example.c | 98 static free_func zfree = myfree; 103 static free_func zfree = (free_func)0;
|
| /f-stack/freebsd/contrib/zlib/test/ |
| H A D | example.c | 73 static free_func zfree = myfree; 78 static free_func zfree = (free_func)0;
|
| /f-stack/tools/libxo/libxo/ |
| H A D | xo.h | 165 xo_set_allocator (xo_realloc_func_t realloc_func, xo_free_func_t free_func);
|
| H A D | libxo.c | 7943 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 D | api.rst | 1122 .. 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
|