diff --git a/src/snmalloc/ds/pagemap.h b/src/snmalloc/ds/pagemap.h index f566771..d7115cb 100644 --- a/src/snmalloc/ds/pagemap.h +++ b/src/snmalloc/ds/pagemap.h @@ -9,10 +9,11 @@ namespace snmalloc template class FlatPagemap { - private: + public: static constexpr size_t SHIFT = GRANULARITY_BITS; static constexpr size_t GRANULARITY = bits::one_at_bit(GRANULARITY_BITS); + private: /** * Before init is called will contain a single entry * that is the default value. This is needed so that