Searched refs:umax (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 15 milliseconds