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

  /external/valgrind/main/include/
pub_tool_oset.h 171 // invocation of VG_(OSetGen_AllocNode)().
200 // * FreeNode: Deallocate a node allocated with OSetGen_AllocNode(). Using
228 // Osetgen_Allocnode). Note that the pool memory is only released when
238 extern void* VG_(OSetGen_AllocNode) ( OSet* os, SizeT elemSize );
259 // have been allocated using VG_(OSetGen_AllocNode)(), otherwise you will
  /external/valgrind/main/drd/
drd_clientobj.c 138 p = VG_(OSetGen_AllocNode)(s_clientobj_set, sizeof(*p));
drd_barrier.c 375 q = VG_(OSetGen_AllocNode)(oset, sizeof(*q));
456 q = VG_(OSetGen_AllocNode)(oset, sizeof(*q));
drd_hb.c 177 q = VG_(OSetGen_AllocNode)(p->oset, sizeof(*q));
drd_bitmap.h 572 bm2 = VG_(OSetGen_AllocNode)(bm->oset, sizeof(*bm2));
drd_rwlock.c 151 q = VG_(OSetGen_AllocNode)(oset, sizeof(*q));
  /external/valgrind/main/memcheck/tests/
unit_oset.c 103 vs[i] = VG_(OSetGen_AllocNode)(oset, sizeof(Word));
483 vs[i] = VG_(OSetGen_AllocNode)(oset, sizeof(Block));
  /external/valgrind/main/exp-bbv/
bbv_main.c 395 bbInfo=VG_(OSetGen_AllocNode)(instr_info_table, sizeof(struct BB_info));
  /external/valgrind/main/coregrind/
m_oset.c 59 // Users have to allocate AvlNodes with OSetGen_AllocNode(), which allocates
142 " - node not allocated with VG_(OSetGen_AllocNode)()?\n"
428 void* VG_(OSetGen_AllocNode)(AvlTree* t, SizeT elemSize)
546 // Initialise. Even though OSetGen_AllocNode zeroes these fields,
567 Word* node = VG_(OSetGen_AllocNode)(t, sizeof(UWord));
m_redir.c     [all...]
  /external/valgrind/main/cachegrind/
cg_main.c 205 HChar** s_node = VG_(OSetGen_AllocNode)(stringTable, sizeof(HChar*));
272 lineCC = VG_(OSetGen_AllocNode)(CC_table, sizeof(LineCC));
631 sbInfo = VG_(OSetGen_AllocNode)(instrInfoTable,
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
storage.c 826 nyu = VG_(OSetGen_AllocNode)( scope, sizeof(DiAddrRange) );
856 nyu = VG_(OSetGen_AllocNode)( scope, sizeof(DiAddrRange) );
    [all...]
readelf.c     [all...]
  /external/valgrind/main/memcheck/
mc_leakcheck.c     [all...]
mc_main.c 580 nyu = (AuxMapEnt*) VG_(OSetGen_AllocNode)( auxmap_L2, sizeof(AuxMapEnt) );
    [all...]

Completed in 424 milliseconds