Searched refs:OSetGen_Create (Results 1 – 14 of 14) sorted by relevance
/external/valgrind/include/ |
D | pub_tool_oset.h | 206 extern OSet* VG_(OSetGen_Create) ( PtrdiffT keyOff, OSetCmp_t cmp,
|
/external/valgrind/drd/ |
D | drd_clientobj.c | 61 s_clientobj_set = VG_(OSetGen_Create)(0, 0, VG_(malloc), in DRD_()
|
D | drd_hb.c | 94 p->oset = VG_(OSetGen_Create)(0, 0, VG_(malloc), "drd.hb", in DRD_()
|
D | drd_barrier.c | 134 p->oset[i] = VG_(OSetGen_Create)(0, 0, VG_(malloc), "drd.barrier.bi.1", in DRD_()
|
D | drd_rwlock.c | 233 p->thread_info = VG_(OSetGen_Create)( in DRD_()
|
/external/valgrind/coregrind/ |
D | m_oset.c | 288 AvlTree* VG_(OSetGen_Create)(PtrdiffT keyOff, OSetCmp_t cmp, in VG_() argument 325 t = VG_(OSetGen_Create) (keyOff, cmp, alloc_fn, cc, free_fn); in VG_() 367 return VG_(OSetGen_Create)(/*keyOff*/0, /*cmp*/NULL, alloc_fn, cc, free_fn); in VG_()
|
D | m_redir.c | 1230 activeSet = VG_(OSetGen_Create)(offsetof(Active, from_addr), in VG_()
|
/external/valgrind/memcheck/tests/ |
D | unit_oset.c | 266 oset = VG_(OSetGen_Create)(0, in example1() 469 OSet* oset = VG_(OSetGen_Create)(offsetof(Block, first), in example2()
|
/external/valgrind/exp-bbv/ |
D | bbv_main.c | 614 instr_info_table = VG_(OSetGen_Create)(/*keyOff*/0, in bbv_pre_clo_init()
|
/external/valgrind/cachegrind/ |
D | cg_main.c | 1809 VG_(OSetGen_Create)(offsetof(LineCC, loc), in cg_post_clo_init() 1814 VG_(OSetGen_Create)(/*keyOff*/0, in cg_post_clo_init() 1819 VG_(OSetGen_Create)(/*keyOff*/0, in cg_post_clo_init()
|
/external/valgrind/memcheck/ |
D | mc_leakcheck.c | 1280 VG_(OSetGen_Create)(offsetof(LossRecord, key), in print_results()
|
D | mc_main.c | 404 auxmap_L2 = VG_(OSetGen_Create)( /*keyOff*/ offsetof(AuxMapEnt,base), in init_auxmap_L1_L2() 2410 = VG_(OSetGen_Create)( offsetof(OCacheLine,tag), in init_ocacheL2()
|
/external/valgrind/coregrind/m_debuginfo/ |
D | storage.c | 1269 scope = VG_(OSetGen_Create)( offsetof(DiAddrRange,aMin), in ML_()
|
D | readelf.c | 890 oset = VG_(OSetGen_Create)( offsetof(TempSym,key), in read_elf_symtab__ppc64be_linux()
|