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