Home | History | Annotate | Download | only in helgrind

Lines Matching full:zalloc

1954    map_shmem = VG_(newFM)( HG_(zalloc), "libhb.zsm_init.1 (map_shmem)",
1968 HG_(zalloc),
2059 = VG_(newXA)( HG_(zalloc),
2064 = VG_(newXA)( HG_(zalloc),
2198 VTS* vts = HG_(zalloc)(who, sizeof(VTS) + (sizeTS+1) * sizeof(ScalarTS));
2708 vts_set = VG_(newFM)( HG_(zalloc), "libhb.vts_set_init.1",
2789 vts_tab = VG_(newXA)( HG_(zalloc), "libhb.vts_tab_init.1",
3081 = VG_(newXA)( HG_(zalloc), "libhb.vts_tab__do_GC.new_tab",
3086 = VG_(newFM)( HG_(zalloc), "libhb.vts_tab__do_GC.new_set",
4023 Thr* thr = HG_(zalloc)( "libhb.Thr__new.1", sizeof(Thr) );
4028 thr->filter = HG_(zalloc)( "libhb.Thr__new.2", sizeof(Filter) );
4031 = VG_(newXA)( HG_(zalloc),
4038 thrid_to_thr_map = VG_(newXA)( HG_(zalloc), "libhb.Thr__new.4",
4796 HG_(zalloc),
4803 contextTab = HG_(zalloc)( "libhb.event_map_init.2 (context table)",
4812 HG_(zalloc),
6152 SO* so = HG_(zalloc)( "libhb.SO__Alloc.1", sizeof(SO) );