Searched refs:OSetGen_Create (Results 1 – 15 of 15) sorted by relevance
/external/valgrind/main/include/ |
D | pub_tool_oset.h | 188 extern OSet* VG_(OSetGen_Create) ( PtrdiffT keyOff, OSetCmp_t cmp,
|
/external/valgrind/main/drd/ |
D | drd_clientobj.c | 62 s_clientobj_set = VG_(OSetGen_Create)(0, 0, VG_(malloc), in DRD_()
|
D | drd_hb.c | 95 p->oset = VG_(OSetGen_Create)(0, 0, VG_(malloc), "drd.hb", in DRD_()
|
D | drd_barrier.c | 135 p->oset[i] = VG_(OSetGen_Create)(0, 0, VG_(malloc), "drd.barrier.bi.1", in DRD_()
|
D | drd_rwlock.c | 240 p->thread_info = VG_(OSetGen_Create)( in DRD_()
|
D | drd_bitmap.c | 94 bm->oset = VG_(OSetGen_Create)(0, 0, DRD_(bm2_alloc_node), in DRD_()
|
/external/valgrind/main/memcheck/tests/ |
D | unit_oset.c | 85 OSet* oset = VG_(OSetGen_Create)(0, in example1() 375 OSet* oset = VG_(OSetGen_Create)(offsetof(Block, first), in example2()
|
/external/valgrind/main/coregrind/ |
D | m_oset.c | 285 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_()
|
D | m_redir.c | 1057 activeSet = VG_(OSetGen_Create)(offsetof(Active, from_addr), in VG_()
|
/external/valgrind/main/exp-bbv/ |
D | bbv_main.c | 624 instr_info_table = VG_(OSetGen_Create)(/*keyOff*/0, in bbv_pre_clo_init()
|
/external/valgrind/main/cachegrind/ |
D | cg_main.c | 1707 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/ |
D | mc_leakcheck.c | 865 VG_(OSetGen_Create)(offsetof(LossRecord, key), in print_results()
|
D | mc_main.c | 411 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/ |
D | storage.c | 971 scope = VG_(OSetGen_Create)( offsetof(DiAddrRange,aMin), in ML_()
|
D | readelf.c | 737 oset = VG_(OSetGen_Create)( offsetof(TempSym,key), in read_elf_symtab__ppc64_linux()
|