Searched refs:newFM (Results 1 – 11 of 11) sorted by relevance
/external/valgrind/main/include/ |
D | pub_tool_wordfm.h | 81 WordFM* VG_(newFM) ( void* (*alloc_nofail)( const HChar* cc, SizeT ),
|
/external/valgrind/main/cachegrind/ |
D | cg_merge.c | 69 WordFM* newFM( void* (*alloc_nofail)( SizeT ), 574 countsMap = newFM( malloc, free, cmp_unboxed_UWord ); in handle_counts() 675 cpf->outerMap = newFM ( malloc, free, cmp_FileFn ); in parse_CacheProfFile() 1397 WordFM* newFM( void* (*alloc_nofail)( SizeT ), in newFM() function
|
/external/valgrind/main/coregrind/ |
D | m_wordfm.c | 579 WordFM* VG_(newFM) ( void* (*alloc_nofail)( const HChar*, SizeT ), in VG_() argument 857 bag->fm = VG_(newFM)( alloc_nofail, cc, dealloc, NULL ); in VG_()
|
/external/valgrind/main/helgrind/ |
D | hg_main.c | 602 map_locks = VG_(newFM)( HG_(zalloc), "hg.ids.2", HG_(free), in initialise_data_structures() 2167 map_cond_to_CVInfo = VG_(newFM)( HG_(zalloc), in map_cond_to_CVInfo_INIT() 2650 map_sem_to_SO_stack = VG_(newFM)( HG_(zalloc), "hg.mstSs.1", in map_sem_to_SO_stack_INIT() 2871 map_barrier_to_Bar = VG_(newFM)( HG_(zalloc), in map_barrier_to_Bar_INIT() 3203 map_usertag_to_SO = VG_(newFM)( HG_(zalloc), in map_usertag_to_SO_INIT() 3380 laog = VG_(newFM)( HG_(zalloc), "hg.laog__init.1", in laog__init() 3383 laog_exposition = VG_(newFM)( HG_(zalloc), "hg.laog__init.2", HG_(free), in laog__init() 3717 visited = VG_(newFM)( HG_(zalloc), "hg.lddft.2", HG_(free), NULL/*unboxedcmp*/ ); in laog__do_dfs_from_to() 4737 map_pthread_t_to_Thread = VG_(newFM)( HG_(zalloc), "hg.mpttT.1", in map_pthread_t_to_Thread_INIT()
|
D | hg_errors.c | 77 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()
|
D | hg_wordset.c | 369 wsu->vec2ix = VG_(newFM)( alloc_nofail, cc, in HG_()
|
D | libhb_core.c | 1758 map_shmem = VG_(newFM)( HG_(zalloc), "libhb.zsm_init.1 (map_shmem)", in zsm_init() 2489 vts_set = VG_(newFM)( HG_(zalloc), "libhb.vts_set_init.1", in vts_set_init() 2877 = VG_(newFM)( HG_(zalloc), "libhb.vts_tab__do_GC.new_set", in vts_tab__do_GC()
|
/external/valgrind/main/exp-sgcheck/ |
D | sg_main.c | 248 = VG_(newFM)( sg_malloc, "di.sg_main.iSBs.1", sg_free, in init_StackBlocks_set() 424 = VG_(newFM)( sg_malloc, "di.sg_main.iGBs.1", sg_free, in init_GlobalBlock_set() 608 return VG_(newFM)( sg_malloc, "di.sg_main.nST.1", sg_free, in new_StackTree() 1071 giTree = VG_(newFM)( sg_malloc, "di.sg_main.oGi.1", sg_free, in ourGlobals_init()
|
D | h_main.c | 244 addr_to_seg_map = VG_(newFM)( VG_(malloc), "pc.h_main.attmEI.1", in addr_to_seg_map_ENSURE_INIT()
|
/external/valgrind/main/exp-dhat/ |
D | dh_main.c | 1388 interval_tree = VG_(newFM)( VG_(malloc), in dh_pre_clo_init() 1393 apinfo = VG_(newFM)( VG_(malloc), in dh_pre_clo_init()
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | readdwarf3.c | 3262 dict = VG_(newFM)( in dedup_types_commoning_pass() 3743 rangestree = VG_(newFM)( ML_(dinfo_zalloc), in new_dwarf3_reader_wrk()
|