Home
last modified time | relevance | path

Searched refs:OSetGen_Create (Results 1 – 15 of 15) sorted by relevance

/external/valgrind/main/include/
Dpub_tool_oset.h188 extern OSet* VG_(OSetGen_Create) ( PtrdiffT keyOff, OSetCmp_t cmp,
/external/valgrind/main/drd/
Ddrd_clientobj.c62 s_clientobj_set = VG_(OSetGen_Create)(0, 0, VG_(malloc), in DRD_()
Ddrd_hb.c95 p->oset = VG_(OSetGen_Create)(0, 0, VG_(malloc), "drd.hb", in DRD_()
Ddrd_barrier.c135 p->oset[i] = VG_(OSetGen_Create)(0, 0, VG_(malloc), "drd.barrier.bi.1", in DRD_()
Ddrd_rwlock.c240 p->thread_info = VG_(OSetGen_Create)( in DRD_()
Ddrd_bitmap.c94 bm->oset = VG_(OSetGen_Create)(0, 0, DRD_(bm2_alloc_node), in DRD_()
/external/valgrind/main/memcheck/tests/
Dunit_oset.c85 OSet* oset = VG_(OSetGen_Create)(0, in example1()
375 OSet* oset = VG_(OSetGen_Create)(offsetof(Block, first), in example2()
/external/valgrind/main/coregrind/
Dm_oset.c285 AvlTree* VG_(OSetGen_Create)(PtrdiffT _keyOff, OSetCmp_t _cmp, in VG_() argument
315 return VG_(OSetGen_Create)(/*keyOff*/0, /*cmp*/NULL, _alloc, _cc, _free); in VG_()
Dm_redir.c1057 activeSet = VG_(OSetGen_Create)(offsetof(Active, from_addr), in VG_()
/external/valgrind/main/exp-bbv/
Dbbv_main.c624 instr_info_table = VG_(OSetGen_Create)(/*keyOff*/0, in bbv_pre_clo_init()
/external/valgrind/main/cachegrind/
Dcg_main.c1707 VG_(OSetGen_Create)(offsetof(LineCC, loc), in cg_post_clo_init()
1712 VG_(OSetGen_Create)(/*keyOff*/0, in cg_post_clo_init()
1717 VG_(OSetGen_Create)(/*keyOff*/0, in cg_post_clo_init()
/external/valgrind/main/memcheck/
Dmc_leakcheck.c865 VG_(OSetGen_Create)(offsetof(LossRecord, key), in print_results()
Dmc_main.c411 auxmap_L2 = VG_(OSetGen_Create)( /*keyOff*/ offsetof(AuxMapEnt,base), in init_auxmap_L1_L2()
903 return VG_(OSetGen_Create)( offsetof(SecVBitNode, a), in createSecVBitTable()
2145 = VG_(OSetGen_Create)( offsetof(OCacheLine,tag), in init_ocacheL2()
/external/valgrind/main/coregrind/m_debuginfo/
Dstorage.c971 scope = VG_(OSetGen_Create)( offsetof(DiAddrRange,aMin), in ML_()
Dreadelf.c737 oset = VG_(OSetGen_Create)( offsetof(TempSym,key), in read_elf_symtab__ppc64_linux()