mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08: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:
|
private:
|
||||||
char* m_ptr;
|
char* m_ptr;
|
||||||
size_t m_offset;
|
uint32_t m_offset;
|
||||||
std::vector<char*> m_buffer;
|
std::vector<char*> m_buffer;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user