mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Implement Vector::clear().
This commit is contained in:
@@ -126,6 +126,11 @@ public:
|
||||
Realloc();
|
||||
}
|
||||
|
||||
void clear()
|
||||
{
|
||||
m_size = 0;
|
||||
}
|
||||
|
||||
private:
|
||||
void AllocMore()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user