Home
last modified time | relevance | path

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

/external/valgrind/main/memcheck/
Dmc_main.c2191 static OSet* ocacheL2 = NULL; variable
2205 tl_assert(!ocacheL2); in init_ocacheL2()
2208 ocacheL2 in init_ocacheL2()
2212 tl_assert(ocacheL2); in init_ocacheL2()
2222 line = VG_(OSetGen_Lookup)( ocacheL2, &tag ); in ocacheL2_find_tag()
2233 line = VG_(OSetGen_Remove)( ocacheL2, &tag ); in ocacheL2_del_tag()
2235 VG_(OSetGen_FreeNode)(ocacheL2, line); in ocacheL2_del_tag()
2247 copy = VG_(OSetGen_AllocNode)( ocacheL2, sizeof(OCacheLine) ); in ocacheL2_add_line()
2251 VG_(OSetGen_Insert)( ocacheL2, copy ); in ocacheL2_add_line()
6123 tl_assert(ocacheL2 != NULL); in mc_post_clo_init()
[all …]