Searched defs:VG_N_SEGNAMES (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c282 #define VG_N_SEGNAMES 1000 macro
284 #define VG_N_SEGNAMES 100000 macro
303 static SegName segnames[VG_N_SEGNAMES];
412 if (segnames_used+1 < VG_N_SEGNAMES) {
416 ML_(am_barf_toolow)("VG_N_SEGNAMES");

Completed in 133 milliseconds