mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-28 20:47:49 +01:00
a little cmake cleanup
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user