Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_aspacemgr/
Daspacemgr-linux.c1068 # define N_CACHE 131 /*prime*/ in find_nsegment_idx() macro
1069 static Addr cache_pageno[N_CACHE]; in find_nsegment_idx()
1070 static Int cache_segidx[N_CACHE]; in find_nsegment_idx()
1081 for (ix = 0; ix < N_CACHE; ix++) { in find_nsegment_idx()
1088 ix = (a >> 12) % N_CACHE; in find_nsegment_idx()
1108 # undef N_CACHE in find_nsegment_idx()