Searched defs:zfree (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/boot/lib/libstand/
H A Dzalloc.c144 * zfree() - free previously allocated memory
148 zfree(MemPool *mp, void *ptr, uintptr_t bytes) function
166 panic("zfree(%p,%ju): wild pointer", ptr, (uintmax_t)bytes);
190 panic("zfree(%p,%ju): corrupt memlist1", ptr,
223 panic("zfree(%p,%ju): corrupt memlist2", ptr,
/illumos-gate/usr/src/cmd/audio/utilities/
H A Dzmalloc.c31 * zfree - use munmap(2) to unmap (free) memory.
129 zfree(void* mbuf) function
139 perror("zfree: munmap");
/illumos-gate/usr/src/boot/lib/libz/test/
H A Dexample.c73 static free_func zfree = myfree; variable
78 static free_func zfree = (free_func)0; variable
209 c_stream.zfree = zfree;
248 d_stream.zfree = zfree;
287 c_stream.zfree = zfree;
344 d_stream.zfree = zfree;
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h172 free_func zfree; /* used to free the internal state */ member in struct:z_stream_s
173 voidp opaque; /* private data object passed to zalloc and zfree */
182 has dropped to zero. The application must initialize zalloc, zfree and
187 parameter for calls of zalloc and zfree. This can be useful for custom
192 On 16-bit systems, the functions zalloc and zfree must be able to allocate
241 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
254 zalloc, zfree and opaque must be initialized before by the caller.
255 If zalloc and zfree are set to Z_NULL, deflateInit updates them to
362 zalloc and zfree must be initialized before by the caller. If zalloc and
363 zfree ar
[all...]
/illumos-gate/usr/src/uts/common/zmod/
H A Dzlib.h97 free_func zfree; /* used to free the internal state */ member in struct:z_stream_s
98 voidpf opaque; /* private data object passed to zalloc and zfree */
133 has dropped to zero. The application must initialize zalloc, zfree and
138 parameter for calls of zalloc and zfree. This can be useful for custom
143 If zlib is used in a multi-threaded application, zalloc and zfree must be
146 On 16-bit systems, the functions zalloc and zfree must be able to allocate
207 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
225 zalloc, zfree and opaque must be initialized before by the caller.
226 If zalloc and zfree are set to Z_NULL, deflateInit updates them to
348 next_in, avail_in, zalloc, zfree an
[all...]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h417 free_func zfree; /* used to free the internal state */ member in struct:z_stream_s
418 /* private data object passed to zalloc and zfree */
433 * zalloc, zfree and opaque before calling the init function. All
438 * first parameter for calls of zalloc and zfree. This can be useful
443 * object. On 16-bit systems, the functions zalloc and zfree must be
504 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
524 * fields zalloc, zfree and opaque must be initialized before by
525 * the caller. If zalloc and zfree are set to Z_NULL, deflateInit
647 * zalloc, zfree and opaque must be initialized before by the caller.
648 * If zalloc and zfree ar
[all...]
/illumos-gate/usr/src/boot/lib/libz/
H A Dzlib.h98 free_func zfree; /* used to free the internal state */ member in struct:z_stream_s
99 voidpf opaque; /* private data object passed to zalloc and zfree */
134 to zero. The application must initialize zalloc, zfree and opaque before
139 parameter for calls of zalloc and zfree. This can be useful for custom
144 If zlib is used in a multi-threaded application, zalloc and zfree must be
147 On 16-bit systems, the functions zalloc and zfree must be able to allocate
208 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
227 zalloc, zfree and opaque must be initialized before by the caller. If
228 zalloc and zfree are set to Z_NULL, deflateInit updates them to use default
371 next_in, avail_in, zalloc, zfree an
[all...]

Completed in 70 milliseconds