| 1103 | typedef LargeBlock<elemSize, countInBlock> MyLargeBlock; |
| 1104 | public: |
| 1105 | ObjectBlockPool() |
| 1106 | { |
| 1107 | freeBlocks = &lastBlock; |
| 1108 | activePages = NULL; |
| 1109 | lastNum = countInBlock; |
| 1110 | } |
| 1111 | ~ObjectBlockPool() |
| 1112 | { |
| 1113 | if(!activePages) |
nothing calls this directly
no outgoing calls
no test coverage detected