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;
44 if (allocation < ALLOCATION_MIN || allocation > ALLOCATION_MAX)
47 sprintf(allocation_str, "%d", allocation);
54 allocation -= ALLOCATION_STEP;
61 int allocation, runs;
66 for (allocation = 0; allocation < ALLOCATION_MAX / ALLOCATION_STEP;
67 allocation++) {
76 for (runs = NUM_OF_RUNS * allocation + 1;
77 runs < NUM_OF_RUNS * allocation + NUM_OF_RUNS ; runs++) {
88 ALLOCATION_MAX - ALLOCATION_STEP * allocation,