mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Slab offset can be 32 bit.
This reduces memory system pressure.
This commit is contained in:
parent
0fe4232015
commit
ca5d35e6cd
@ -93,7 +93,7 @@ public:
|
||||
|
||||
private:
|
||||
char* m_ptr;
|
||||
size_t m_offset;
|
||||
uint32_t m_offset;
|
||||
std::vector<char*> m_buffer;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user