Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ reserve
Method
reserve
sql/sql_array.h:274–277 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
272
}
273
274
bool reserve(size_t new_size)
275
{
276
return allocate_dynamic(&array, new_size);
277
}
278
279
280
bool resize(size_t new_size, Elem default_val)
Callers
nothing calls this directly
Calls
1
allocate_dynamic
Function · 0.85
Tested by
no test coverage detected