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

/external/valgrind/helgrind/
H A Dhg_basics.c45 void* HG_(zalloc) ( const HChar* cc, SizeT n ) function
/external/zlib/src/test/
H A Dexample.c72 static alloc_func zalloc = myalloc; variable
77 static alloc_func zalloc = (alloc_func)0; variable
208 c_stream.zalloc = zalloc;
247 d_stream.zalloc = zalloc;
286 c_stream.zalloc = zalloc;
343 d_stream.zalloc = zalloc;
[all...]
/external/freetype/src/gzip/
H A Dzlib.h80 alloc_func zalloc; /* used to allocate the internal state */ member in struct:z_stream_s
82 voidpf opaque; /* private data object passed to zalloc and zfree */
94 has dropped to zero. The application must initialize zalloc, zfree and
99 parameter for calls of zalloc and zfree. This can be useful for custom
103 zalloc must return Z_NULL if there is not enough memory for the object.
104 If zlib is used in a multi-threaded application, zalloc and zfree must be
107 On 16-bit systems, the functions zalloc and zfree must be able to allocate
110 pointers returned by zalloc for objects of exactly 65536 bytes *must*
164 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
179 zalloc, zfre
[all...]
/external/linux-tools-perf/src/tools/perf/util/
H A Dutil.h181 static inline void *zalloc(size_t size) function
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DDotZLib.cs44 uint zalloc; field in struct:DotZLib.ZStream
/external/zlib/src/
H A Dzlib.h97 alloc_func zalloc; /* used to allocate 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
143 zalloc must return Z_NULL if there is not enough memory for the object.
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
150 returned by zalloc for objects of exactly 65536 bytes *must* have their
208 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
227 zalloc, zfre
[all...]
/external/zlib/
H A Dzlib.h97 alloc_func zalloc; /* used to allocate 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
143 zalloc must return Z_NULL if there is not enough memory for the object.
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
150 returned by zalloc for objects of exactly 65536 bytes *must* have their
208 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
227 zalloc, zfre
[all...]
/external/pdfium/core/include/thirdparties/zlib/
H A Dzlib.h162 alloc_func zalloc; /* used to allocate the internal state */ member in struct:z_stream_s
164 voidpf opaque; /* private data object passed to zalloc and zfree */
199 to zero. The application must initialize zalloc, zfree and opaque before
204 parameter for calls of zalloc and zfree. This can be useful for custom
208 zalloc must return Z_NULL if there is not enough memory for the object.
209 If zlib is used in a multi-threaded application, zalloc and zfree must be
212 On 16-bit systems, the functions zalloc and zfree must be able to allocate
215 returned by zalloc for objects of exactly 65536 bytes *must* have their
273 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
292 zalloc, zfre
[all...]
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dzlib.h166 alloc_func zalloc; /* used to allocate the internal state */ member in struct:z_stream_s
168 voidpf opaque; /* private data object passed to zalloc and zfree */
203 to zero. The application must initialize zalloc, zfree and opaque before
208 parameter for calls of zalloc and zfree. This can be useful for custom
212 zalloc must return Z_NULL if there is not enough memory for the object.
213 If zlib is used in a multi-threaded application, zalloc and zfree must be
216 On 16-bit systems, the functions zalloc and zfree must be able to allocate
219 returned by zalloc for objects of exactly 65536 bytes *must* have their
277 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
296 zalloc, zfre
[all...]

Completed in 239 milliseconds