Increase max kernel heap allocation to 4MiB

This commit is contained in:
Justin C. Miller
2019-04-09 22:31:06 -07:00
parent cd13b88540
commit 5034ffbe59

View File

@@ -36,7 +36,7 @@ public:
static const unsigned min_size = 6; static const unsigned min_size = 6;
/// Maximum block size is (2^max_size). Must be less than 64. /// Maximum block size is (2^max_size). Must be less than 64.
static const unsigned max_size = 16; static const unsigned max_size = 22;
protected: protected:
class mem_header; class mem_header;