HomeSort by relevance Sort by last modified time
    Searched defs:zalloc (Results 1 - 5 of 5) sorted by null

  /external/freetype/src/gzip/
zlib.h 80 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, zfree and opaque must be initialized before by the caller
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
util.h 181 static inline void *zalloc(size_t size) function
  /development/ndk/platforms/android-3/include/
zlib.h 94 alloc_func zalloc; /* used to allocate the internal state */ member in struct:z_stream_s
96 voidpf opaque; /* private data object passed to zalloc and zfree */
131 has dropped to zero. The application must initialize zalloc, zfree and
136 parameter for calls of zalloc and zfree. This can be useful for custom
140 zalloc must return Z_NULL if there is not enough memory for the object.
141 If zlib is used in a multi-threaded application, zalloc and zfree must be
144 On 16-bit systems, the functions zalloc and zfree must be able to allocate
147 pointers returned by zalloc for objects of exactly 65536 bytes *must*
205 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
223 zalloc, zfree and opaque must be initialized before by the caller
    [all...]
  /external/chromium_org/sdch/open-vcdiff/src/zlib/
zlib.h 94 alloc_func zalloc; /* used to allocate the internal state */ member in struct:z_stream_s
96 voidpf opaque; /* private data object passed to zalloc and zfree */
131 has dropped to zero. The application must initialize zalloc, zfree and
136 parameter for calls of zalloc and zfree. This can be useful for custom
140 zalloc must return Z_NULL if there is not enough memory for the object.
141 If zlib is used in a multi-threaded application, zalloc and zfree must be
144 On 16-bit systems, the functions zalloc and zfree must be able to allocate
147 pointers returned by zalloc for objects of exactly 65536 bytes *must*
205 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
223 zalloc, zfree and opaque must be initialized before by the caller
    [all...]
  /external/chromium_org/third_party/zlib/
zlib.h 97 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 */
135 to zero. The application must initialize zalloc, zfree and opaque before
140 parameter for calls of zalloc and zfree. This can be useful for custom
144 zalloc must return Z_NULL if there is not enough memory for the object.
145 If zlib is used in a multi-threaded application, zalloc and zfree must be
148 On 16-bit systems, the functions zalloc and zfree must be able to allocate
151 returned by zalloc for objects of exactly 65536 bytes *must* have their
209 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
232 zalloc, zfree and opaque must be initialized before by the caller. I
    [all...]

Completed in 263 milliseconds