mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
Update smallmap.h
This commit is contained in:
parent
72215f1a05
commit
e7fe38cdf7
@ -45,7 +45,7 @@ void SMALLMAP_METHOD(clear)(SMALLMAP* self);
|
||||
|
||||
void SMALLMAP_METHOD(ctor)(SMALLMAP* self) {
|
||||
c11_vector__ctor(self, sizeof(KV));
|
||||
c11_vector__reserve(self, 8);
|
||||
c11_vector__reserve(self, 4);
|
||||
}
|
||||
|
||||
void SMALLMAP_METHOD(dtor)(SMALLMAP* self) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user