ContiguousFreeList.goodAllocSize

size_t goodAllocSize(size_t n)

If n is eligible for freelisting, returns max. Otherwise, returns parent.goodAllocSize(n).

Precondition: If set at runtime, min and/or max must be initialized appropriately.

Postcondition:

result >= bytes