Hi Mikołaj, > Due to changes in allocator, the size of the allocation for > contiguous region is not rounded up to a power-of-two and > instead allocated as is. Thus, change the part of test that > expected the allocation to fail. > > Signed-off-by: Mikolaj Wasiak <[email protected]> > --- > v1 -> v2: > - Added negative test for too large allocation
I see that you kept the rounding in determining the sizes :) LGTM: Reviewed-by: Krzysztof Karas <[email protected]> Best Regards, Krzysztof
