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

Method MemMediumHunk

src/common/classes/alloc.cpp:557–563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

555
556public:
557 MemMediumHunk(MemMediumHunk** top, size_t spaceAllocated)
558 : MemBaseHunk(spaceAllocated, hdrSize()),
559 prev(NULL),
560 useCount(0)
561 {
562 SemiDoubleLink::push(top, this);
563 }
564
565 void incrUsage()
566 {

Callers

nothing calls this directly

Calls 1

pushFunction · 0.70

Tested by

no test coverage detected