Searched refs:VG_N_SEGMENTS (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c287 # define VG_N_SEGMENTS 5000 macro
289 # define VG_N_SEGMENTS 30000 macro
299 static NSegment nsegments[VG_N_SEGMENTS];
1375 if (nsegments_used >= VG_N_SEGMENTS)
1376 ML_(am_barf_toolow)("VG_N_SEGMENTS");
3958 #define M_XMAP_BUF (VG_N_SEGMENTS * sizeof(vki_prxmap_t))
3967 #define M_RMAP_BUF (VG_N_SEGMENTS * sizeof(vki_prmap_t))

Completed in 71 milliseconds