MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / CCH_expand

Function CCH_expand

src/jrd/cch.cpp:660–676  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

658
659
660bool CCH_expand(thread_db* tdbb, ULONG number)
661{
662/**************************************
663 *
664 * C C H _ e x p a n d
665 *
666 **************************************
667 *
668 * Functional description
669 * Expand the cache to at least a given number of buffers. If
670 * it's already that big, don't do anything.
671 *
672 **************************************/
673 SET_TDBB(tdbb);
674
675 return expand_buffers(tdbb, number);
676}
677
678
679pag* CCH_fake(thread_db* tdbb, WIN* window, int wait)

Callers 3

internalAttachMethod · 0.85
remove_leaf_nodeFunction · 0.85
compileMethod · 0.85

Calls 2

SET_TDBBFunction · 0.85
expand_buffersFunction · 0.85

Tested by

no test coverage detected