HomeSort by relevance Sort by last modified time
    Searched refs:zalloc (Results 1 - 25 of 203) sorted by null

1 2 3 4 5 6 7 8 9

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
xyarray.c 7 struct xyarray *xy = zalloc(sizeof(*xy) + xlen * row_size);
pstack.c 20 struct pstack *pstack = zalloc((sizeof(*pstack) +
strfilter.c 65 struct strfilter_node *ret = zalloc(sizeof(struct strfilter_node));
157 struct strfilter *ret = zalloc(sizeof(struct strfilter));
thread.c 12 struct thread *self = zalloc(sizeof(*self));
cgroup.c 95 cgrp = zalloc(sizeof(*cgrp));
  /external/zlib/src/test/
example.c 72 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/chromium_org/third_party/zlib/
uncompr.c 42 stream.zalloc = (alloc_func)0;
compress.c 42 stream.zalloc = (alloc_func)0;
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_uncompr.c 42 stream.zalloc = (alloc_func)0;
fx_zlib_compress.c 42 stream.zalloc = (alloc_func)0;
  /external/qemu/distrib/zlib-1.2.8/
uncompr.c 42 stream.zalloc = (alloc_func)0;
compress.c 42 stream.zalloc = (alloc_func)0;
  /external/valgrind/main/helgrind/
hg_basics.c 45 void* HG_(zalloc) ( const HChar* cc, SizeT n ) function
hg_basics.h 42 void* HG_(zalloc) ( const HChar* cc, SizeT n );
  /external/zlib/src/
uncompr.c 42 stream.zalloc = (alloc_func)0;
compress.c 42 stream.zalloc = (alloc_func)0;
  /external/chromium_org/components/metrics/
compression_utils.cc 44 stream.zalloc = static_cast<alloc_func>(0);
93 stream.zalloc = static_cast<alloc_func>(0);
  /external/zlib/src/examples/
fitblk.c 148 def.zalloc = Z_NULL;
180 inf.zalloc = Z_NULL;
zpipe.c 45 strm.zalloc = Z_NULL;
101 strm.zalloc = Z_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...]
  /libcore/luni/src/main/native/
ZipUtilities.cpp 37 stream.zalloc = Z_NULL;
  /external/chromium_org/third_party/skia/src/core/
SkFlate.cpp 42 flateData.zalloc = NULL;
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-timechart.c 171 cursor = zalloc(sizeof(*cursor));
197 c = zalloc(sizeof(*c));
240 c = zalloc(sizeof(*c));
247 sample = zalloc(sizeof(*sample));
353 struct power_event *pwr = zalloc(sizeof(*pwr));
375 pwr = zalloc(sizeof(*pwr));
409 struct wake_event *we = zalloc(sizeof(*we));
578 pwr = zalloc(sizeof(*pwr));
593 pwr = zalloc(sizeof(*pwr));
  /external/skia/src/core/
SkFlate.cpp 42 flateData.zalloc = NULL;
  /external/zlib/src/contrib/pascal/
example.pas 191 c_stream.zalloc := NIL;
236 d_stream.zalloc := NIL;
277 c_stream.zalloc := NIL;
331 d_stream.zalloc := NIL;
375 c_stream.zalloc := NIL;
414 d_stream.zalloc := NIL;
454 c_stream.zalloc := NIL;
491 d_stream.zalloc := NIL;

Completed in 638 milliseconds

1 2 3 4 5 6 7 8 9