Slab offset can be 32 bit.

This reduces memory system pressure.
This commit is contained in:
Bartosz Taudul 2017-11-19 13:38:55 +01:00
parent 0fe4232015
commit ca5d35e6cd

View File

@ -93,7 +93,7 @@ public:
private:
char* m_ptr;
size_t m_offset;
uint32_t m_offset;
std::vector<char*> m_buffer;
};