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

Method resetExtent

src/common/classes/alloc.cpp:360–364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358 }
359
360 void resetExtent()
361 {
362 fb_assert(isExtent());
363 hdrLength &= ~MEM_EXTENT;
364 }
365
366 bool isExtent() const
367 {

Callers 1

releaseMemoryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected