From d3166acbbb450e7fc40c0fa69ab1141a93744fe0 Mon Sep 17 00:00:00 2001 From: Brett Laptop Date: Thu, 7 Mar 2024 08:12:31 -0500 Subject: [PATCH] 2mb size --- include/blt/std/allocator.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/blt/std/allocator.h b/include/blt/std/allocator.h index fd34fa3..63fe5b3 100644 --- a/include/blt/std/allocator.h +++ b/include/blt/std/allocator.h @@ -539,7 +539,9 @@ namespace blt } }; - template + inline constexpr blt::size_t BLT_2MB_SIZE = 4096 * 512; + + template class bump_allocator2 { // power of two