Searched refs:OSetGen_Create (Results 1 - 14 of 14) sorted by path

/external/valgrind/main/cachegrind/
H A Dcg_main.c1845 VG_(OSetGen_Create)(offsetof(LineCC, loc),
1850 VG_(OSetGen_Create)(/*keyOff*/0,
1855 VG_(OSetGen_Create)(/*keyOff*/0,
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadelf.c836 oset = VG_(OSetGen_Create)( offsetof(TempSym,key),
H A Dstorage.c1036 scope = VG_(OSetGen_Create)( offsetof(DiAddrRange,aMin),
/external/valgrind/main/coregrind/
H A Dm_oset.c288 AvlTree* VG_(OSetGen_Create)(PtrdiffT _keyOff, OSetCmp_t _cmp, function
325 t = VG_(OSetGen_Create) (_keyOff, _cmp,
369 return VG_(OSetGen_Create)(/*keyOff*/0, /*cmp*/NULL, _alloc, _cc, _free);
864 // function supplied to VG_(OSetGen_Create).
H A Dm_redir.c1191 activeSet = VG_(OSetGen_Create)(offsetof(Active, from_addr),
/external/valgrind/main/drd/
H A Ddrd_barrier.c134 p->oset[i] = VG_(OSetGen_Create)(0, 0, VG_(malloc), "drd.barrier.bi.1",
H A Ddrd_clientobj.c61 s_clientobj_set = VG_(OSetGen_Create)(0, 0, VG_(malloc),
H A Ddrd_hb.c94 p->oset = VG_(OSetGen_Create)(0, 0, VG_(malloc), "drd.hb",
H A Ddrd_rwlock.c233 p->thread_info = VG_(OSetGen_Create)(
/external/valgrind/main/exp-bbv/
H A Dbbv_main.c625 instr_info_table = VG_(OSetGen_Create)(/*keyOff*/0,
/external/valgrind/main/include/
H A Dpub_tool_oset.h190 // Otherwise, uses the alloc function given to VG_(OSetGen_Create)() to
204 extern OSet* VG_(OSetGen_Create) ( PtrdiffT keyOff, OSetCmp_t cmp,
215 // Same as VG_(OSetGen_Create) but created OSet will use a pool allocator to
/external/valgrind/main/memcheck/
H A Dmc_leakcheck.c1252 VG_(OSetGen_Create)(offsetof(LossRecord, key),
H A Dmc_main.c404 auxmap_L2 = VG_(OSetGen_Create)( /*keyOff*/ offsetof(AuxMapEnt,base),
2414 = VG_(OSetGen_Create)( offsetof(OCacheLine,tag),
/external/valgrind/main/memcheck/tests/
H A Dunit_oset.c266 oset = VG_(OSetGen_Create)(0,
469 OSet* oset = VG_(OSetGen_Create)(offsetof(Block, first),

Completed in 423 milliseconds