diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_memory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_memory.cpp b/tests/test_memory.cpp index 5edfd65..a571353 100644 --- a/tests/test_memory.cpp +++ b/tests/test_memory.cpp @@ -12,7 +12,7 @@ namespace bool is_page(size_t size) { - return size >= 8192; + return size >= 16384; } void* allocate(size_t size) |