HomeSort by relevance Sort by last modified time
    Searched refs:OSetGen_Create (Results 1 - 15 of 15) sorted by null

  /external/valgrind/main/include/
pub_tool_oset.h 177 // Uses the alloc function given to VG_(OSetGen_Create)() to allocated a
188 extern OSet* VG_(OSetGen_Create) ( PtrdiffT keyOff, OSetCmp_t cmp,
  /external/valgrind/main/drd/
drd_clientobj.c 62 s_clientobj_set = VG_(OSetGen_Create)(0, 0, VG_(malloc),
drd_hb.c 95 p->oset = VG_(OSetGen_Create)(0, 0, VG_(malloc), "drd.hb",
drd_barrier.c 135 p->oset[i] = VG_(OSetGen_Create)(0, 0, VG_(malloc), "drd.barrier.bi.1",
drd_rwlock.c 240 p->thread_info = VG_(OSetGen_Create)(
drd_bitmap.c 94 bm->oset = VG_(OSetGen_Create)(0, 0, DRD_(bm2_alloc_node),
    [all...]
  /external/valgrind/main/coregrind/
m_oset.c 285 AvlTree* VG_(OSetGen_Create)(PtrdiffT _keyOff, OSetCmp_t _cmp,
315 return VG_(OSetGen_Create)(/*keyOff*/0, /*cmp*/NULL, _alloc, _cc, _free);
787 // function supplied to VG_(OSetGen_Create).
m_redir.c     [all...]
  /external/valgrind/main/memcheck/tests/
unit_oset.c 85 OSet* oset = VG_(OSetGen_Create)(0,
375 OSet* oset = VG_(OSetGen_Create)(offsetof(Block, first),
  /external/valgrind/main/exp-bbv/
bbv_main.c 624 instr_info_table = VG_(OSetGen_Create)(/*keyOff*/0,
  /external/valgrind/main/cachegrind/
cg_main.c     [all...]
  /external/valgrind/main/memcheck/
mc_leakcheck.c 865 VG_(OSetGen_Create)(offsetof(LossRecord, key),
    [all...]
mc_main.c 411 auxmap_L2 = VG_(OSetGen_Create)( /*keyOff*/ offsetof(AuxMapEnt,base),
903 return VG_(OSetGen_Create)( offsetof(SecVBitNode, a),
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
storage.c 971 scope = VG_(OSetGen_Create)( offsetof(DiAddrRange,aMin),
    [all...]
readelf.c 737 oset = VG_(OSetGen_Create)( offsetof(TempSym,key),
    [all...]

Completed in 403 milliseconds