no default huge

v1
Brett 2024-03-06 23:53:03 -05:00
parent bfb7b04ce5
commit 0b1e566217
1 changed files with 1 additions and 1 deletions

View File

@ -539,7 +539,7 @@ namespace blt
} }
}; };
template<blt::size_t BLOCK_SIZE = 4096 * 512, bool USE_HUGE = true, blt::size_t HUGE_PAGE_SIZE = 4096 * 512, bool WARN_ON_FAIL = false> template<blt::size_t BLOCK_SIZE = 4096 * 512, bool USE_HUGE = false, blt::size_t HUGE_PAGE_SIZE = 4096 * 512, bool WARN_ON_FAIL = false>
class bump_allocator2 class bump_allocator2
{ {
// power of two // power of two