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

Method ObjectBlockPool

NULLC/StdLib.cpp:73–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 typedef LargeBlock<elemSize, countInBlock> MyLargeBlock;
72public:
73 ObjectBlockPool()
74 {
75 freeBlocks = &lastBlock;
76 activePages = NULL;
77 lastNum = countInBlock;
78 }
79 ~ObjectBlockPool()
80 {
81 if(!activePages)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected