Searched refs:auxmap_L2 (Results 1 – 1 of 1) sorted by relevance
397 static OSet* auxmap_L2 = NULL; variable409 auxmap_L2 = VG_(OSetGen_Create)( /*keyOff*/ offsetof(AuxMapEnt,base), in init_auxmap_L1_L2()440 if (VG_(OSetGen_Size)(auxmap_L2) != 0) in check_auxmap_L1_L2_sanity()451 VG_(OSetGen_ResetIter)(auxmap_L2); in check_auxmap_L1_L2_sanity()452 while ( (elem = VG_(OSetGen_Next)(auxmap_L2)) ) { in check_auxmap_L1_L2_sanity()480 res = VG_(OSetGen_Lookup)(auxmap_L2, &key); in check_auxmap_L1_L2_sanity()566 res = VG_(OSetGen_Lookup)(auxmap_L2, &key); in maybe_find_in_auxmap()585 nyu = (AuxMapEnt*) VG_(OSetGen_AllocNode)( auxmap_L2, sizeof(AuxMapEnt) ); in find_or_alloc_in_auxmap()588 VG_(OSetGen_Insert)( auxmap_L2, nyu ); in find_or_alloc_in_auxmap()