Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ shrink
Method
shrink
src/common/classes/array.h:306–310 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
304
}
305
306
void shrink(size_type newCount) throw()
307
{
308
fb_assert(newCount <= count);
309
count = newCount;
310
}
311
312
// Grow size of our array and zero-initialize new items
313
void grow(const size_type newCount)
Callers
13
truncate
Method · 0.45
utf8Normalize
Method · 0.45
save
Method · 0.45
convert
Method · 0.45
append
Method · 0.45
reset
Method · 0.45
insertEndMarker
Method · 0.45
deleteClumplet
Method · 0.45
fastRemove
Method · 0.45
add
Method · 0.45
_removePage
Method · 0.45
clear
Method · 0.45
Calls
no outgoing calls
Tested by
1
testBePlusTree
Function · 0.36