Searched refs:OSetGen_AllocNode (Results 1 - 15 of 15) sorted by relevance

/external/valgrind/main/include/
H A Dpub_tool_oset.h171 // invocation of VG_(OSetGen_AllocNode)().
200 // * FreeNode: Deallocate a node allocated with OSetGen_AllocNode(). Using
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/
H A Ddrd_clientobj.c138 p = VG_(OSetGen_AllocNode)(s_clientobj_set, sizeof(*p));
H A Ddrd_barrier.c375 q = VG_(OSetGen_AllocNode)(oset, sizeof(*q));
456 q = VG_(OSetGen_AllocNode)(oset, sizeof(*q));
H A Ddrd_hb.c177 q = VG_(OSetGen_AllocNode)(p->oset, sizeof(*q));
H A Ddrd_bitmap.h572 bm2 = VG_(OSetGen_AllocNode)(bm->oset, sizeof(*bm2));
H A Ddrd_rwlock.c151 q = VG_(OSetGen_AllocNode)(oset, sizeof(*q));
/external/valgrind/main/memcheck/tests/
H A Dunit_oset.c103 vs[i] = VG_(OSetGen_AllocNode)(oset, sizeof(Word));
483 vs[i] = VG_(OSetGen_AllocNode)(oset, sizeof(Block));
/external/valgrind/main/exp-bbv/
H A Dbbv_main.c395 bbInfo=VG_(OSetGen_AllocNode)(instr_info_table, sizeof(struct BB_info));
/external/valgrind/main/coregrind/
H A Dm_oset.c59 // 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) function
546 // Initialise. Even though OSetGen_AllocNode zeroes these fields,
567 Word* node = VG_(OSetGen_AllocNode)(t, sizeof(UWord));
H A Dm_redir.c945 Active* a = VG_(OSetGen_AllocNode)(activeSet, sizeof(Active));
/external/valgrind/main/cachegrind/
H A Dcg_main.c205 HChar** s_node = VG_(OSetGen_AllocNode)(stringTable, sizeof(HChar*));
272 lineCC = VG_(OSetGen_AllocNode)(CC_table, sizeof(LineCC));
631 sbInfo = VG_(OSetGen_AllocNode)(instrInfoTable,
/external/valgrind/main/coregrind/m_debuginfo/
H A Dstorage.c826 nyu = VG_(OSetGen_AllocNode)( scope, sizeof(DiAddrRange) );
856 nyu = VG_(OSetGen_AllocNode)( scope, sizeof(DiAddrRange) );
1049 nyu = VG_(OSetGen_AllocNode)( scope, sizeof(DiAddrRange) );
H A Dreadelf.c935 elem = VG_(OSetGen_AllocNode)(oset, sizeof(TempSym));
/external/valgrind/main/memcheck/
H A Dmc_leakcheck.c1311 lr = VG_(OSetGen_AllocNode)(lr_table, sizeof(LossRecord));
H A Dmc_main.c580 nyu = (AuxMapEnt*) VG_(OSetGen_AllocNode)( auxmap_L2, sizeof(AuxMapEnt) );
953 VG_(OSetGen_AllocNode)(secVBitTable2, sizeof(SecVBitNode));
1031 n = VG_(OSetGen_AllocNode)(secVBitTable, sizeof(SecVBitNode));
2452 copy = VG_(OSetGen_AllocNode)( ocacheL2, sizeof(OCacheLine) );

Completed in 97 milliseconds