Home
last modified time | relevance | path

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

/external/valgrind/include/
Dpub_tool_wordfm.h82 WordFM* VG_(newFM) ( void* (*alloc_nofail)( const HChar* cc, SizeT ),
/external/valgrind/cachegrind/
Dcg_merge.c69 WordFM* newFM( void* (*alloc_nofail)( SizeT ),
586 countsMap = newFM( malloc, free, cmp_unboxed_UWord ); in handle_counts()
691 cpf->outerMap = newFM ( malloc, free, cmp_FileFn ); in parse_CacheProfFile()
1410 WordFM* newFM( void* (*alloc_nofail)( SizeT ), in newFM() function
/external/valgrind/coregrind/
Dm_wordfm.c571 WordFM* VG_(newFM) ( void* (*alloc_nofail)( const HChar*, SizeT ), in VG_() argument
842 bag->fm = VG_(newFM)( alloc_nofail, cc, dealloc, NULL ); in VG_()
/external/valgrind/helgrind/
Dhg_main.c613 map_locks = VG_(newFM)( HG_(zalloc), "hg.ids.2", HG_(free), in initialise_data_structures()
2269 map_cond_to_CVInfo = VG_(newFM)( HG_(zalloc), in map_cond_to_CVInfo_INIT()
2751 map_sem_to_SO_stack = VG_(newFM)( HG_(zalloc), "hg.mstSs.1", in map_sem_to_SO_stack_INIT()
2970 map_barrier_to_Bar = VG_(newFM)( HG_(zalloc), in map_barrier_to_Bar_INIT()
3300 map_usertag_to_SO = VG_(newFM)( HG_(zalloc), in map_usertag_to_SO_INIT()
3522 laog = VG_(newFM)( HG_(zalloc), "hg.laog__init.1", in laog__init()
3525 laog_exposition = VG_(newFM)( HG_(zalloc), "hg.laog__init.2", HG_(free), in laog__init()
3852 visited = VG_(newFM)( HG_(zalloc), "hg.lddft.2", HG_(free), NULL/*unboxedcmp*/ ); in laog__do_dfs_from_to()
4880 map_pthread_t_to_Thread = VG_(newFM)( HG_(zalloc), "hg.mpttT.1", in map_pthread_t_to_Thread_INIT()
Dhg_errors.c79 string_table = VG_(newFM)( HG_(zalloc), "hg.sts.1", in string_table_strdup()
166 map_LockN_to_P = VG_(newFM)( HG_(zalloc), "hg.mLPfLN.1", in mk_LockP_from_LockN()
Dhg_wordset.c369 wsu->vec2ix = VG_(newFM)( alloc_nofail, cc, in HG_()
Dlibhb_core.c1954 map_shmem = VG_(newFM)( HG_(zalloc), "libhb.zsm_init.1 (map_shmem)", in zsm_init()
2708 vts_set = VG_(newFM)( HG_(zalloc), "libhb.vts_set_init.1", in vts_set_init()
3086 = VG_(newFM)( HG_(zalloc), "libhb.vts_tab__do_GC.new_set", in vts_tab__do_GC()
/external/valgrind/exp-sgcheck/
Dsg_main.c247 = VG_(newFM)( sg_malloc, "di.sg_main.iSBs.1", sg_free, in init_StackBlocks_set()
423 = VG_(newFM)( sg_malloc, "di.sg_main.iGBs.1", sg_free, in init_GlobalBlock_set()
607 return VG_(newFM)( sg_malloc, "di.sg_main.nST.1", sg_free, in new_StackTree()
1077 giTree = VG_(newFM)( sg_malloc, "di.sg_main.oGi.1", sg_free, in ourGlobals_init()
Dh_main.c244 addr_to_seg_map = VG_(newFM)( VG_(malloc), "pc.h_main.attmEI.1", in addr_to_seg_map_ENSURE_INIT()
/external/valgrind/exp-dhat/
Ddh_main.c1387 interval_tree = VG_(newFM)( VG_(malloc), in dh_pre_clo_init()
1392 apinfo = VG_(newFM)( VG_(malloc), in dh_pre_clo_init()
/external/valgrind/coregrind/m_debuginfo/
Dreaddwarf3.c3978 dict = VG_(newFM)( in dedup_types_commoning_pass()
4532 rangestree = VG_(newFM)( ML_(dinfo_zalloc), in new_dwarf3_reader_wrk()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-darwin.c357 = VG_(newFM)( VG_(malloc), "syswrap-darwin.pd.1", in log_decaying()