* All aligned allocations fall into one of the following categories: * 1. if both request size and alignment are <= maxSegregatedObjectSize, * we just align the size up, and request this amount, because for every size * aligned to some power of 2, the allocated object is at least that aligned. * 2. for size<minLargeObjectSize, check if already guaranteed fittingAlignment is enough
source not stored for this graph (policy: none)
no test coverage detected