MCPcopy Create free account
hub / github.com/WheretIB/nullc / ObjectBlockPool

Method ObjectBlockPool

NULLC/translation/runtime.cpp:1105–1110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1103 typedef LargeBlock<elemSize, countInBlock> MyLargeBlock;
1104public:
1105 ObjectBlockPool()
1106 {
1107 freeBlocks = &lastBlock;
1108 activePages = NULL;
1109 lastNum = countInBlock;
1110 }
1111 ~ObjectBlockPool()
1112 {
1113 if(!activePages)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected