Searched refs:newFM (Results 1 - 12 of 12) sorted by relevance

/external/valgrind/include/
H A Dpub_tool_wordfm.h82 WordFM* VG_(newFM) ( void* (*alloc_nofail)( const HChar* cc, SizeT ),
139 // VG_(newFM), as documented above.
/external/valgrind/cachegrind/
H A Dcg_merge.c69 WordFM* newFM( void* (*alloc_nofail)( SizeT ),
586 countsMap = newFM( malloc, free, cmp_unboxed_UWord );
691 cpf->outerMap = newFM ( malloc, free, cmp_FileFn );
1410 WordFM* newFM( void* (*alloc_nofail)( SizeT ), function
/external/valgrind/exp-sgcheck/
H A Dh_main.c244 addr_to_seg_map = VG_(newFM)( VG_(malloc), "pc.h_main.attmEI.1",
H A Dsg_main.c247 = VG_(newFM)( sg_malloc, "di.sg_main.iSBs.1", sg_free,
423 = VG_(newFM)( sg_malloc, "di.sg_main.iGBs.1", sg_free,
607 return VG_(newFM)( sg_malloc, "di.sg_main.nST.1", sg_free,
1077 giTree = VG_(newFM)( sg_malloc, "di.sg_main.oGi.1", sg_free,
/external/valgrind/coregrind/
H A Dm_wordfm.c571 WordFM* VG_(newFM) ( void* (*alloc_nofail)( const HChar*, SizeT ), function
704 // VG_(newFM), as documented above.
842 bag->fm = VG_(newFM)( alloc_nofail, cc, dealloc, NULL );
/external/valgrind/helgrind/
H A Dhg_main.c613 map_locks = VG_(newFM)( HG_(zalloc), "hg.ids.2", HG_(free),
2269 map_cond_to_CVInfo = VG_(newFM)( HG_(zalloc),
2751 map_sem_to_SO_stack = VG_(newFM)( HG_(zalloc), "hg.mstSs.1",
2970 map_barrier_to_Bar = VG_(newFM)( HG_(zalloc),
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),
3852 visited = VG_(newFM)( HG_(zalloc), "hg.lddft.2", HG_(free), NULL/*unboxedcmp*/ );
4880 map_pthread_t_to_Thread = VG_(newFM)( HG_(zalloc), "hg.mpttT.1",
H A Dhg_errors.c79 string_table = VG_(newFM)( HG_(zalloc), "hg.sts.1",
166 map_LockN_to_P = VG_(newFM)( HG_(zalloc), "hg.mLPfLN.1",
H A Dhg_wordset.c369 wsu->vec2ix = VG_(newFM)( alloc_nofail, cc,
H A Dlibhb_core.c1954 map_shmem = VG_(newFM)( HG_(zalloc), "libhb.zsm_init.1 (map_shmem)",
2708 vts_set = VG_(newFM)( HG_(zalloc), "libhb.vts_set_init.1",
3086 = VG_(newFM)( HG_(zalloc), "libhb.vts_tab__do_GC.new_set",
/external/valgrind/exp-dhat/
H A Ddh_main.c1387 interval_tree = VG_(newFM)( VG_(malloc),
1392 apinfo = VG_(newFM)( VG_(malloc),
/external/valgrind/coregrind/m_debuginfo/
H A Dreaddwarf3.c3978 dict = VG_(newFM)(
4532 rangestree = VG_(newFM)( ML_(dinfo_zalloc),
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-darwin.c357 = VG_(newFM)( VG_(malloc), "syswrap-darwin.pd.1",

Completed in 448 milliseconds