MCPcopy 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

truncateMethod · 0.45
utf8NormalizeMethod · 0.45
saveMethod · 0.45
convertMethod · 0.45
appendMethod · 0.45
resetMethod · 0.45
insertEndMarkerMethod · 0.45
deleteClumpletMethod · 0.45
fastRemoveMethod · 0.45
addMethod · 0.45
_removePageMethod · 0.45
clearMethod · 0.45

Calls

no outgoing calls

Tested by 1

testBePlusTreeFunction · 0.36