Searched refs:amax (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/libroot/posix/malloc_hoard2/
H A Dprocessheap.cpp95 int amax = 0; local
98 amax += theap[j].maxAllocated(i) * sizeFromClass(i);
102 printf("Amax <= %d, Umax <= %d\n", amax, umax);
105 amax = getMaxAllocated();
109 amax, umax, getInUseAtMaxAllocated());
112 (float)amax / (float)getInUseAtMaxAllocated());
113 printf("Fragmentation (4) = %f\n", (float)amax / (float)umax);

Completed in 37 milliseconds