Home
last modified time | relevance | path

Searched refs:zalloc (Results 1 – 25 of 85) sorted by relevance

1234

/external/zlib/src/test/
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;
383 c_stream.zalloc = zalloc;
422 d_stream.zalloc = zalloc;
464 c_stream.zalloc = zalloc;
503 d_stream.zalloc = zalloc;
/external/zlib/src/contrib/pascal/
Dexample.pas191 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;
/external/zlib/src/contrib/delphi/
DZLib.pas35 zalloc: TAlloc; // used to allocate the internal state
293 strm.zalloc := zlibAllocMem;
332 strm.zalloc := zlibAllocMem;
372 strm.zalloc := zlibAllocMem;
394 FZRec.zalloc := zlibAllocMem;
/external/zlib/src/examples/
Dzpipe.c45 strm.zalloc = Z_NULL; in def()
101 strm.zalloc = Z_NULL; in inf()
Dfitblk.c148 def.zalloc = Z_NULL; in main()
180 inf.zalloc = Z_NULL; in main()
Dzran.c150 strm.zalloc = Z_NULL; in build_index()
264 strm.zalloc = Z_NULL; in extract()
/external/linux-tools-perf/util/
Dxyarray.c7 struct xyarray *xy = zalloc(sizeof(*xy) + xlen * row_size); in xyarray__new()
Dstrfilter.c65 struct strfilter_node *ret = zalloc(sizeof(struct strfilter_node)); in strfilter_node__alloc()
157 struct strfilter *ret = zalloc(sizeof(struct strfilter)); in strfilter__new()
Dpstack.c26 struct pstack *self = zalloc((sizeof(*self) + in pstack__new()
Devsel.c44 struct perf_evsel *evsel = zalloc(sizeof(*evsel)); in perf_evsel__new()
74 evsel->id = zalloc(ncpus * nthreads * sizeof(u64)); in perf_evsel__alloc_id()
86 evsel->counts = zalloc((sizeof(*evsel->counts) + in perf_evsel__alloc_counts()
Dprobe-event.c878 *fieldp = zalloc(sizeof(struct perf_probe_arg_field)); in parse_perf_probe_arg()
956 pev->args = zalloc(sizeof(struct perf_probe_arg) * pev->nargs); in parse_perf_probe_command()
1033 tev->args = zalloc(sizeof(struct probe_trace_arg) * tev->nargs); in parse_probe_trace_command()
1109 buf = zalloc(MAX_CMDLEN); in synthesize_perf_probe_point()
1268 buf = zalloc(MAX_CMDLEN); in synthesize_probe_trace_command()
1312 pev->args = zalloc(sizeof(struct perf_probe_arg) * pev->nargs); in convert_to_perf_probe_event()
1735 tev = *tevs = zalloc(sizeof(struct probe_trace_event)); in convert_to_probe_trace_events()
1749 tev->args = zalloc(sizeof(struct probe_trace_arg) in convert_to_probe_trace_events()
1807 pkgs = zalloc(sizeof(struct __event_package) * npevs); in add_perf_probe_events()
/external/valgrind/main/helgrind/
Dhg_main.c166 Thread* thread = HG_(zalloc)( "hg.mk_Thread.1", sizeof(Thread) ); in mk_Thread()
184 Lock* lock = HG_(zalloc)( "hg.mk_Lock.1", sizeof(Lock) ); in mk_LockN()
262 lk->heldBy = VG_(newBag)( HG_(zalloc), "hg.lNaw.1", HG_(free) ); in lockN_acquire_writer()
316 lk->heldBy = VG_(newBag)( HG_(zalloc), "hg.lNar.1", HG_(free) ); in lockN_acquire_reader()
561 map_threads = HG_(zalloc)( "hg.ids.1", VG_N_THREADS * sizeof(Thread*) ); in initialise_data_structures()
566 map_locks = VG_(newFM)( HG_(zalloc), "hg.ids.2", HG_(free), in initialise_data_structures()
571 univ_lsets = HG_(newWordSetU)( HG_(zalloc), "hg.ids.4", HG_(free), in initialise_data_structures()
582 univ_laog = HG_(newWordSetU)( HG_(zalloc), "hg.ids.5 (univ_laog)", in initialise_data_structures()
2120 map_cond_to_CVInfo = VG_(newFM)( HG_(zalloc), in map_cond_to_CVInfo_INIT()
2134 CVInfo* cvi = HG_(zalloc)("hg.mctCloa.1", sizeof(CVInfo)); in map_cond_to_CVInfo_lookup_or_alloc()
[all …]
Dhg_basics.h42 void* HG_(zalloc) ( HChar* cc, SizeT n );
Dhg_basics.c45 void* HG_(zalloc) ( HChar* cc, SizeT n ) in HG_() argument
/external/openssl/crypto/comp/
Dc_zlib.c148 state->istream.zalloc = zlib_zalloc; in zlib_stateful_init()
160 state->ostream.zalloc = zlib_zalloc; in zlib_stateful_init()
320 stream.zalloc = (alloc_func)0;
492 ctx->zin.zalloc = Z_NULL; in bio_zlib_new()
498 ctx->zout.zalloc = Z_NULL; in bio_zlib_new()
/external/linux-tools-perf/bench/
Dmem-memcpy.c111 *dst = zalloc(length); in alloc_mem()
115 *src = zalloc(length); in alloc_mem()
/external/qemu/distrib/zlib-1.2.3/
Duncompr.c44 stream.zalloc = (alloc_func)0;
Dcompress.c42 stream.zalloc = (alloc_func)0;
/external/zlib/src/
Duncompr.c42 stream.zalloc = (alloc_func)0;
Dcompress.c42 stream.zalloc = (alloc_func)0;
/external/linux-tools-perf/
Dbuiltin-lock.c172 st = zalloc(sizeof(struct thread_stat)); in thread_stat_findnew_after_first()
192 st = zalloc(sizeof(struct thread_stat)); in thread_stat_findnew_first()
320 new = zalloc(sizeof(struct lock_stat)); in lock_stat_findnew()
325 new->name = zalloc(sizeof(char) * strlen(name) + 1); in lock_stat_findnew()
402 seq = zalloc(sizeof(struct lock_seq_stat)); in get_seq()
/external/protobuf/src/google/protobuf/io/
Dgzip_stream.cc52 zcontext_.zalloc = Z_NULL; in GzipInputStream()
206 zcontext_.zalloc = Z_NULL; in Init()
/external/qemu/
Dloader.c373 static void *zalloc(void *x, unsigned items, unsigned size) in zalloc() function
432 s.zalloc = zalloc; in gunzip()
/external/zlib/src/contrib/ada/
Dzlib-thin.adb106 Strm.zalloc := Alloc;
/external/zlib/src/contrib/dotzlib/DotZLib/
DDotZLib.cs44 uint zalloc; field

1234