Searched refs:ONE_M (Results 1 – 4 of 4) sorted by relevance
1267 #define ONE_M (ONE_K * ONE_K) macro1268 #define ONE_G (ONE_K * ONE_M)1276 : ((x) < 10 * ONE_M \1278 : (x) / ONE_M)))1285 #define SIZE_LABEL(x) ((x) < 10 * ONE_K ? ' ' : ((x) < 10 * ONE_M ? 'k' : 'M'))
1043 && rlim.rlim_cur >= 8 * ONE_M) in ggc_rlimit_bound()
6131 (ONE_M): Likewise.6146 (ONE_M): Likewise.
8290 * input.c (ONE_K, ONE_M, SCALE, STAT_LABEL, FORMAT_AMOUNT): New macros.