[name] Pre-allocate array
This commit is contained in:
parent
c2aa409537
commit
c783d36324
|
@ -170,6 +170,7 @@ struct name
|
||||||
this->table->count);
|
this->table->count);
|
||||||
|
|
||||||
this->names.init ();
|
this->names.init ();
|
||||||
|
this->names.alloc (all_names.len);
|
||||||
|
|
||||||
for (uint16_t i = 0; i < all_names.len; i++)
|
for (uint16_t i = 0; i < all_names.len; i++)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue