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

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dzlib.h118 alloc_func zalloc; /* used to allocate the internal state */ member in struct:z_stream_s
120 voidpf opaque; /* private data object passed to zalloc and zfree */
155 has dropped to zero. The application must initialize zalloc, zfree and
160 parameter for calls of zalloc and zfree. This can be useful for custom
164 zalloc must return Z_NULL if there is not enough memory for the object.
165 If zlib is used in a multi-threaded application, zalloc and zfree must be
168 On 16-bit systems, the functions zalloc and zfree must be able to allocate
171 pointers returned by zalloc for objects of exactly 65536 bytes *must*
229 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
247 zalloc, zfre
[all...]

Completed in 22 milliseconds