Lines Matching defs:allocation
36 * For each allocation, run 5 times in order to get average values.
42 static unsigned int allocation = ALLOCATION_MIN;
54 if (allocation > ALLOCATION_MAX)
57 sprintf(allocation_str, "%d", allocation);
63 allocation += ALLOCATION_STEP;
76 unsigned int allocation;
82 for (allocation = 0; allocation < ALLOCATION_MAX / ALLOCATION_STEP;
83 allocation++) {
89 for (runs = NUM_OF_RUNS * allocation;
90 runs < NUM_OF_RUNS * allocation + NUM_OF_RUNS ; runs++) {
100 ALLOCATION_MIN + ALLOCATION_STEP * allocation);
111 ALLOCATION_MIN + ALLOCATION_STEP * allocation);