a little cmake cleanup

This commit is contained in:
2024-08-24 12:26:16 +02:00
parent a75672eeef
commit 32e56df6ba

View File

@@ -8,9 +8,7 @@
#include "Utils.h"
using namespace MemoryHelpers;
unsigned int get_page_size() {
unsigned int MemoryHelpers::get_page_size() {
static const auto PAGE_SIZE = checked_cast<unsigned int>(sysconf(_SC_PAGESIZE));
return PAGE_SIZE;
}