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

Class InitialBlock

src/jrd/TempSpace.h:130–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128 };
129
130 class InitialBlock : public MemoryBlock
131 {
132 public:
133 InitialBlock(UCHAR* memory, size_t length)
134 : MemoryBlock(memory, NULL, length)
135 {}
136
137 ~InitialBlock()
138 {
139 ptr = NULL;
140 }
141 };
142
143 class FileBlock : public Block
144 {

Callers 1

extendMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected