Searched refs:OSetGen_AllocNode (Results 1 - 15 of 15) sorted by relevance
/external/valgrind/main/include/ |
H A D | pub_tool_oset.h | 171 // 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 D | drd_clientobj.c | 138 p = VG_(OSetGen_AllocNode)(s_clientobj_set, sizeof(*p));
|
H A D | drd_barrier.c | 375 q = VG_(OSetGen_AllocNode)(oset, sizeof(*q)); 456 q = VG_(OSetGen_AllocNode)(oset, sizeof(*q));
|
H A D | drd_hb.c | 177 q = VG_(OSetGen_AllocNode)(p->oset, sizeof(*q));
|
H A D | drd_bitmap.h | 572 bm2 = VG_(OSetGen_AllocNode)(bm->oset, sizeof(*bm2));
|
H A D | drd_rwlock.c | 151 q = VG_(OSetGen_AllocNode)(oset, sizeof(*q));
|
/external/valgrind/main/memcheck/tests/ |
H A D | 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/ |
H A D | bbv_main.c | 395 bbInfo=VG_(OSetGen_AllocNode)(instr_info_table, sizeof(struct BB_info));
|
/external/valgrind/main/coregrind/ |
H A D | 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) function 546 // Initialise. Even though OSetGen_AllocNode zeroes these fields, 567 Word* node = VG_(OSetGen_AllocNode)(t, sizeof(UWord));
|
H A D | m_redir.c | 945 Active* a = VG_(OSetGen_AllocNode)(activeSet, sizeof(Active));
|
/external/valgrind/main/cachegrind/ |
H A D | 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,
|
/external/valgrind/main/coregrind/m_debuginfo/ |
H A D | storage.c | 826 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 D | readelf.c | 935 elem = VG_(OSetGen_AllocNode)(oset, sizeof(TempSym));
|
/external/valgrind/main/memcheck/ |
H A D | mc_leakcheck.c | 1311 lr = VG_(OSetGen_AllocNode)(lr_table, sizeof(LossRecord));
|
H A D | mc_main.c | 580 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