Home
last modified time | relevance | path

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

123456

/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/linux-tools-perf/perf-3.12.0/tools/perf/
Dbuiltin-timechart.c171 cursor = zalloc(sizeof(*cursor)); in find_create_pid()
197 c = zalloc(sizeof(*c)); in pid_set_comm()
240 c = zalloc(sizeof(*c)); in pid_put_sample()
247 sample = zalloc(sizeof(*sample)); in pid_put_sample()
353 struct power_event *pwr = zalloc(sizeof(*pwr)); in c_state_end()
375 pwr = zalloc(sizeof(*pwr)); in p_state_change()
409 struct wake_event *we = zalloc(sizeof(*we)); in sched_wakeup()
578 pwr = zalloc(sizeof(*pwr)); in end_sample_processing()
593 pwr = zalloc(sizeof(*pwr)); in end_sample_processing()
Dbuiltin-lock.c164 st = zalloc(sizeof(struct thread_stat)); in thread_stat_findnew_after_first()
186 st = zalloc(sizeof(struct thread_stat)); in thread_stat_findnew_first()
318 new = zalloc(sizeof(struct lock_stat)); in lock_stat_findnew()
323 new->name = zalloc(sizeof(char) * strlen(name) + 1); in lock_stat_findnew()
361 seq = zalloc(sizeof(struct lock_seq_stat)); in get_seq()
/external/chromium_org/components/metrics/
Dcompression_utils.cc44 stream.zalloc = static_cast<alloc_func>(0); in GzipCompressHelper()
93 stream.zalloc = static_cast<alloc_func>(0); in GzipUncompressHelper()
/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()
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dprobe-finder.c65 ln = zalloc(sizeof(struct line_node)); in line_list__add_line()
231 struct debuginfo *self = zalloc(sizeof(struct debuginfo)); in debuginfo__new()
245 struct debuginfo *self = zalloc(sizeof(struct debuginfo)); in debuginfo__new_online_kernel()
273 ref = zalloc(sizeof(struct probe_trace_arg_ref)); in alloc_trace_arg_ref()
313 tvar->value = zalloc(ret + 2); in convert_variable_location()
430 *ref_ptr = zalloc(sizeof(struct probe_trace_arg_ref)); in convert_variable_type()
507 ref = zalloc(sizeof(struct probe_trace_arg_ref)); in convert_variable_fields()
540 ref = zalloc(sizeof(struct probe_trace_arg_ref)); in convert_variable_fields()
1172 tev->args = zalloc(sizeof(struct probe_trace_arg) * tev->nargs); in add_probe_trace_event()
1198 *tevs = zalloc(sizeof(struct probe_trace_event) * max_tevs); in debuginfo__find_trace_events()
[all …]
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.c20 struct pstack *pstack = zalloc((sizeof(*pstack) + in pstack__new()
/external/valgrind/main/helgrind/
Dhg_basics.h42 void* HG_(zalloc) ( const HChar* cc, SizeT n );
Dhg_basics.c45 void* HG_(zalloc) ( const HChar* cc, SizeT n ) in HG_() argument
Dhg_main.c170 Thread* thread = HG_(zalloc)( "hg.mk_Thread.1", sizeof(Thread) ); in mk_Thread()
188 Lock* lock = HG_(zalloc)( "hg.mk_Lock.1", sizeof(Lock) ); in mk_LockN()
266 lk->heldBy = VG_(newBag)( HG_(zalloc), "hg.lNaw.1", HG_(free) ); in lockN_acquire_writer()
320 lk->heldBy = VG_(newBag)( HG_(zalloc), "hg.lNar.1", HG_(free) ); in lockN_acquire_reader()
597 map_threads = HG_(zalloc)( "hg.ids.1", VG_N_THREADS * sizeof(Thread*) ); in initialise_data_structures()
602 map_locks = VG_(newFM)( HG_(zalloc), "hg.ids.2", HG_(free), in initialise_data_structures()
607 univ_lsets = HG_(newWordSetU)( HG_(zalloc), "hg.ids.4", HG_(free), in initialise_data_structures()
618 univ_laog = HG_(newWordSetU)( HG_(zalloc), "hg.ids.5 (univ_laog)", in initialise_data_structures()
2167 map_cond_to_CVInfo = VG_(newFM)( HG_(zalloc), in map_cond_to_CVInfo_INIT()
2181 CVInfo* cvi = HG_(zalloc)("hg.mctCloa.1", sizeof(CVInfo)); in map_cond_to_CVInfo_lookup_or_alloc()
[all …]
/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/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
Dfx_zlib_uncompr.c42 stream.zalloc = (alloc_func)0; in uncompress()
Dfx_zlib_compress.c42 stream.zalloc = (alloc_func)0; in compress2()
/external/chromium_org/third_party/zlib/
Duncompr.c42 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/qemu/distrib/zlib-1.2.8/
Duncompr.c42 stream.zalloc = (alloc_func)0;
Dcompress.c42 stream.zalloc = (alloc_func)0;
/external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
Dmem-memcpy.c113 *dst = zalloc(length); in alloc_mem()
117 *src = zalloc(length); in alloc_mem()

123456