Lines Matching refs:allocation
23 * For each allocation, run 5 times in order to get average values.
27 static int runs_per_allocation, allocation = 100;
38 if (allocation < ALLOCATION_MIN || allocation > ALLOCATION_MAX)
41 sprintf(allocation_str, "%d", allocation);
48 allocation -= ALLOCATION_STEP;
55 int allocation, runs;
60 for (allocation = 0; allocation < ALLOCATION_MAX / ALLOCATION_STEP;
61 allocation++) {
71 for (runs = NUM_OF_RUNS * allocation + 1;
72 runs < NUM_OF_RUNS * allocation + NUM_OF_RUNS ; runs++) {
86 ALLOCATION_MAX - ALLOCATION_STEP * allocation);