Home | History | Annotate | Download | only in helgrind

Lines Matching full:zalloc

176    Thread* thread       = HG_(zalloc)( "hg.mk_Thread.1", sizeof(Thread) );
200 Lock* lock = HG_(zalloc)( "hg.mk_Lock.1", sizeof(Lock) );
278 lk->heldBy = VG_(newBag)( HG_(zalloc), "hg.lNaw.1", HG_(free) );
332 lk->heldBy = VG_(newBag)( HG_(zalloc), "hg.lNar.1", HG_(free) );
609 map_threads = HG_(zalloc)( "hg.ids.1", VG_N_THREADS * sizeof(Thread*) );
613 map_locks = VG_(newFM)( HG_(zalloc), "hg.ids.2", HG_(free),
617 univ_lsets = HG_(newWordSetU)( HG_(zalloc), "hg.ids.4", HG_(free),
628 univ_laog = HG_(newWordSetU)( HG_(zalloc), "hg.ids.5 (univ_laog)",
2269 map_cond_to_CVInfo = VG_(newFM)( HG_(zalloc),
2282 CVInfo* cvi = HG_(zalloc)("hg.mctCloa.1", sizeof(CVInfo));
2751 map_sem_to_SO_stack = VG_(newFM)( HG_(zalloc), "hg.mstSs.1",
2767 xa = VG_(newXA)( HG_(zalloc), "hg.pSfs.1", HG_(free), sizeof(SO*) );
2950 Bar* bar = HG_(zalloc)( "hg.nB.1 (new_Bar)", sizeof(Bar) );
2970 map_barrier_to_Bar = VG_(newFM)( HG_(zalloc),
3044 bar->waiting = VG_(newXA)( HG_(zalloc), "hg.eHPBIP.1", HG_(free),
3300 map_usertag_to_SO = VG_(newFM)( HG_(zalloc),
3522 laog = VG_(newFM)( HG_(zalloc), "hg.laog__init.1",
3525 laog_exposition = VG_(newFM)( HG_(zalloc), "hg.laog__init.2", HG_(free),
3563 Bool *univ_laog_seen = HG_(zalloc) ( "hg.gc_univ_laog.1",
3566 // univ_laog_seen[*] set to 0 (False) by zalloc.
3658 links = HG_(zalloc)("hg.lae.1", sizeof(LAOGLinks));
3674 links = HG_(zalloc)("hg.lae.2", sizeof(LAOGLinks));
3699 LAOGLinkExposition* expo2 = HG_(zalloc)("hg.lae.3",
3851 stack = VG_(newXA)( HG_(zalloc), "hg.lddft.1", HG_(free), sizeof(Lock*) );
3852 visited = VG_(newFM)( HG_(zalloc), "hg.lddft.2", HG_(free), NULL/*unboxedcmp*/ );
4018 UWord *dup = HG_(zalloc) ("hg.dup.1", (SizeT) words_size * sizeof(UWord));
4880 map_pthread_t_to_Thread = VG_(newFM)( HG_(zalloc), "hg.mpttT.1",
4900 gnat_dmmls = VG_(newXA) (HG_(zalloc), "hg.gnat_md.1",
5867 HG_(zalloc),