mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Implement Vector::clear().
This commit is contained in:
parent
cf94b1d2e8
commit
82476a310c
@ -126,6 +126,11 @@ public:
|
||||
Realloc();
|
||||
}
|
||||
|
||||
void clear()
|
||||
{
|
||||
m_size = 0;
|
||||
}
|
||||
|
||||
private:
|
||||
void AllocMore()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user