Searched refs:OSetGen_AllocNode (Results 1 – 15 of 15) sorted by relevance
/external/valgrind/include/ |
D | pub_tool_oset.h | 235 extern void* VG_(OSetGen_AllocNode) ( const OSet* os, SizeT elemSize );
|
/external/valgrind/drd/ |
D | drd_barrier.c | 375 q = VG_(OSetGen_AllocNode)(oset, sizeof(*q)); in DRD_() 456 q = VG_(OSetGen_AllocNode)(oset, sizeof(*q)); in DRD_()
|
D | drd_clientobj.c | 137 p = VG_(OSetGen_AllocNode)(s_clientobj_set, sizeof(*p)); in DRD_()
|
D | drd_hb.c | 177 q = VG_(OSetGen_AllocNode)(p->oset, sizeof(*q)); in DRD_()
|
D | drd_bitmap.h | 572 bm2 = VG_(OSetGen_AllocNode)(bm->oset, sizeof(*bm2)); in bm2_insert()
|
D | drd_rwlock.c | 151 q = VG_(OSetGen_AllocNode)(oset, sizeof(*q)); in DRD_()
|
/external/valgrind/memcheck/tests/ |
D | unit_oset.c | 104 vs[i] = VG_(OSetGen_AllocNode)(oset, sizeof(Word)); in example1singleset() 487 vs[i] = VG_(OSetGen_AllocNode)(oset, sizeof(Block)); in example2()
|
/external/valgrind/coregrind/ |
D | m_oset.c | 426 void* VG_(OSetGen_AllocNode)(const AvlTree* t, SizeT elemSize) in VG_() argument 565 Word* node = VG_(OSetGen_AllocNode)(t, sizeof(UWord)); in VG_()
|
D | m_redir.c | 1044 Active* a = VG_(OSetGen_AllocNode)(activeSet, sizeof(Active)); in maybe_add_active()
|
/external/valgrind/exp-bbv/ |
D | bbv_main.c | 383 bbInfo=VG_(OSetGen_AllocNode)(instr_info_table, sizeof(struct BB_info)); in bbv_instrument()
|
/external/valgrind/cachegrind/ |
D | cg_main.c | 199 HChar** s_node = VG_(OSetGen_AllocNode)(stringTable, sizeof(HChar*)); in get_perm_string() 264 lineCC = VG_(OSetGen_AllocNode)(CC_table, sizeof(LineCC)); in get_lineCC() 623 sbInfo = VG_(OSetGen_AllocNode)(instrInfoTable, in get_SB_info()
|
/external/valgrind/coregrind/m_debuginfo/ |
D | storage.c | 1079 nyu = VG_(OSetGen_AllocNode)( scope, sizeof(DiAddrRange) ); in add_var_to_arange() 1107 nyu = VG_(OSetGen_AllocNode)( scope, sizeof(DiAddrRange) ); in add_var_to_arange() 1297 nyu = VG_(OSetGen_AllocNode)( scope, sizeof(DiAddrRange) ); in ML_()
|
D | readelf.c | 1032 elem = VG_(OSetGen_AllocNode)(oset, sizeof(TempSym)); in read_elf_symtab__ppc64be_linux()
|
/external/valgrind/memcheck/ |
D | mc_main.c | 594 nyu = (AuxMapEnt*) VG_(OSetGen_AllocNode)( auxmap_L2, sizeof(AuxMapEnt) ); in find_or_alloc_in_auxmap() 972 VG_(OSetGen_AllocNode)(secVBitTable2, sizeof(SecVBitNode)); in gcSecVBitTable() 1048 n = VG_(OSetGen_AllocNode)(secVBitTable, sizeof(SecVBitNode)); in set_sec_vbits8() 2516 copy = VG_(OSetGen_AllocNode)( ocacheL2, sizeof(OCacheLine) ); in ocacheL2_add_line()
|
D | mc_leakcheck.c | 1584 lr = VG_(OSetGen_AllocNode)(lr_table, sizeof(LossRecord)); in print_results()
|