Lines Matching refs:zalloc
170 Thread* thread = HG_(zalloc)( "hg.mk_Thread.1", sizeof(Thread) ); in mk_Thread()
187 Lock* lock = HG_(zalloc)( "hg.mk_Lock.1", sizeof(Lock) ); in mk_LockN()
246 lk->heldBy = VG_(newBag)( HG_(zalloc), "hg.lNaw.1", HG_(free) ); in lockN_acquire_writer()
300 lk->heldBy = VG_(newBag)( HG_(zalloc), "hg.lNar.1", HG_(free) ); in lockN_acquire_reader()
545 map_threads = HG_(zalloc)( "hg.ids.1", VG_N_THREADS * sizeof(Thread*) ); in initialise_data_structures()
550 map_locks = VG_(newFM)( HG_(zalloc), "hg.ids.2", HG_(free), in initialise_data_structures()
559 univ_tsets = HG_(newWordSetU)( HG_(zalloc), "hg.ids.3", HG_(free), in initialise_data_structures()
564 univ_lsets = HG_(newWordSetU)( HG_(zalloc), "hg.ids.4", HG_(free), in initialise_data_structures()
569 univ_laog = HG_(newWordSetU)( HG_(zalloc), "hg.ids.5 (univ_laog)", in initialise_data_structures()
2185 map_cond_to_CVInfo = VG_(newFM)( HG_(zalloc), in map_cond_to_CVInfo_INIT()
2199 CVInfo* cvi = HG_(zalloc)("hg.mctCloa.1", sizeof(CVInfo)); in map_cond_to_CVInfo_lookup_or_alloc()
2583 map_sem_to_SO_stack = VG_(newFM)( HG_(zalloc), "hg.mstSs.1", in map_sem_to_SO_stack_INIT()
2600 xa = VG_(newXA)( HG_(zalloc), "hg.pSfs.1", HG_(free), sizeof(SO*) ); in push_SO_for_sem()
2783 Bar* bar = HG_(zalloc)( "hg.nB.1 (new_Bar)", sizeof(Bar) ); in new_Bar()
2804 map_barrier_to_Bar = VG_(newFM)( HG_(zalloc), in map_barrier_to_Bar_INIT()
2879 bar->waiting = VG_(newXA)( HG_(zalloc), "hg.eHPBIP.1", HG_(free), in evh__HG_PTHREAD_BARRIER_INIT_PRE()
3136 map_usertag_to_SO = VG_(newFM)( HG_(zalloc), in map_usertag_to_SO_INIT()
3295 laog = VG_(newFM)( HG_(zalloc), "hg.laog__init.1", in laog__init()
3298 laog_exposition = VG_(newFM)( HG_(zalloc), "hg.laog__init.2", HG_(free), in laog__init()
3359 links = HG_(zalloc)("hg.lae.1", sizeof(LAOGLinks)); in laog__add_edge()
3375 links = HG_(zalloc)("hg.lae.2", sizeof(LAOGLinks)); in laog__add_edge()
3400 LAOGLinkExposition* expo2 = HG_(zalloc)("hg.lae.3", in laog__add_edge()
3530 stack = VG_(newXA)( HG_(zalloc), "hg.lddft.1", HG_(free), sizeof(Lock*) ); in laog__do_dfs_from_to()
3531 visited = VG_(newFM)( HG_(zalloc), "hg.lddft.2", HG_(free), NULL/*unboxedcmp*/ ); in laog__do_dfs_from_to()
3723 MallocMeta* md = HG_(zalloc)( "hg.new_MallocMeta.1", sizeof(MallocMeta) ); in new_MallocMeta()
4335 map_pthread_t_to_Thread = VG_(newFM)( HG_(zalloc), "hg.mpttT.1", in map_pthread_t_to_Thread_INIT()