Skip to content

Make valloc() get page size through sysconf(), add tests

Change valloc() to get its page size value through sysconf() rather than a local hardcoded value.

Merge request reports