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

/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c268 /* glider: We keep VG_N_SEGMENTS low on Android, because they occupy
269 too much memory. We used to have VG_N_SEGMENTS=10000 on Darwin,
273 #define VG_N_SEGMENTS 50000 macro
275 #define VG_N_SEGMENTS 10000 macro
277 #define VG_N_SEGMENTS 100000 macro
314 static NSegment nsegments[VG_N_SEGMENTS];
1424 if (nsegments_used >= VG_N_SEGMENTS)
1425 ML_(am_barf_toolow)("VG_N_SEGMENTS");

Completed in 72 milliseconds