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

/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c274 # define VG_N_SEGMENTS 5000 macro
276 # define VG_N_SEGMENTS 30000 macro
314 static NSegment nsegments[VG_N_SEGMENTS];
1435 if (nsegments_used >= VG_N_SEGMENTS)
1436 ML_(am_barf_toolow)("VG_N_SEGMENTS");

Completed in 84 milliseconds