mallocMC
mallocMC copied to clipboard
Fit `accessblocksize` into heap for examples and tests
As realised by @psychocoderHPC, accessblocksize didn't fit into the total allocation size such that no pages were actually created. Now, examples are runnable again.
Added an identical fix for tests/. This does not (or only partially) solve #249.
@psychocoderHPC should we include this into the upcoming release or close?