Searched refs:MIN_AGGSIZE (Results 1 – 1 of 1) sorted by relevance
93 #define MIN_AGGSIZE (16 * 1024) macro1311 if ((aggsize = (g_nrecs * g_recsize * 2) / ncpus) < MIN_AGGSIZE) in main()1312 aggsize = MIN_AGGSIZE; in main()