minor update

This commit is contained in:
Blaise Tine 2023-10-22 02:25:34 -07:00
parent 8cf833b7eb
commit cb7d6b964c

View file

@ -448,7 +448,7 @@ private:
uint32_t pageAlign_;
uint32_t blockAlign_;
page_t* pages_;
uint16_t nextAddress_;
uint64_t nextAddress_;
uint64_t allocated_;
};