Home
last modified time | relevance | path

Searched refs:auxmap_L2 (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/memcheck/
Dmc_main.c406 static OSet* auxmap_L2 = NULL; variable
418 auxmap_L2 = VG_(OSetGen_Create)( /*keyOff*/ offsetof(AuxMapEnt,base), in init_auxmap_L1_L2()
449 if (VG_(OSetGen_Size)(auxmap_L2) != 0) in check_auxmap_L1_L2_sanity()
460 VG_(OSetGen_ResetIter)(auxmap_L2); in check_auxmap_L1_L2_sanity()
461 while ( (elem = VG_(OSetGen_Next)(auxmap_L2)) ) { in check_auxmap_L1_L2_sanity()
489 res = VG_(OSetGen_Lookup)(auxmap_L2, &key); in check_auxmap_L1_L2_sanity()
575 res = VG_(OSetGen_Lookup)(auxmap_L2, &key); in maybe_find_in_auxmap()
594 nyu = (AuxMapEnt*) VG_(OSetGen_AllocNode)( auxmap_L2, sizeof(AuxMapEnt) ); in find_or_alloc_in_auxmap()
597 VG_(OSetGen_Insert)( auxmap_L2, nyu ); in find_or_alloc_in_auxmap()