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

  /external/valgrind/include/
pub_tool_oset.h 192 // Otherwise, uses the alloc function given to VG_(OSetGen_Create)() to
206 extern OSet* VG_(OSetGen_Create) ( PtrdiffT keyOff, OSetCmp_t cmp,
217 // Same as VG_(OSetGen_Create) but created OSet will use a pool allocator to
  /external/valgrind/drd/
drd_clientobj.c 61 s_clientobj_set = VG_(OSetGen_Create)(0, 0, VG_(malloc),
drd_hb.c 94 p->oset = VG_(OSetGen_Create)(0, 0, VG_(malloc), "drd.hb",
drd_barrier.c 134 p->oset[i] = VG_(OSetGen_Create)(0, 0, VG_(malloc), "drd.barrier.bi.1",
drd_rwlock.c 233 p->thread_info = VG_(OSetGen_Create)(
  /external/valgrind/memcheck/tests/
unit_oset.c 266 oset = VG_(OSetGen_Create)(0,
469 OSet* oset = VG_(OSetGen_Create)(offsetof(Block, first),
  /external/valgrind/coregrind/
m_oset.c 288 AvlTree* VG_(OSetGen_Create)(PtrdiffT keyOff, OSetCmp_t cmp,
325 t = VG_(OSetGen_Create) (keyOff, cmp, alloc_fn, cc, free_fn);
367 return VG_(OSetGen_Create)(/*keyOff*/0, /*cmp*/NULL, alloc_fn, cc, free_fn);
862 // function supplied to VG_(OSetGen_Create).
m_redir.c     [all...]
  /external/valgrind/exp-bbv/
bbv_main.c 614 instr_info_table = VG_(OSetGen_Create)(/*keyOff*/0,
  /external/valgrind/cachegrind/
cg_main.c     [all...]
  /external/valgrind/memcheck/
mc_leakcheck.c     [all...]
mc_main.c 404 auxmap_L2 = VG_(OSetGen_Create)( /*keyOff*/ offsetof(AuxMapEnt,base),
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readelf.c     [all...]
storage.c     [all...]

Completed in 807 milliseconds