| 33 | } |
| 34 | |
| 35 | TIBMemBlock::~TIBMemBlock() { |
| 36 | if (Super.Get()) { |
| 37 | Super->DecRef(); |
| 38 | } else { |
| 39 | delete[] Data; |
| 40 | } |
| 41 | } |
| 42 | |
| 43 | ////////////////////////////////////////////////////////////////////////// |
| 44 | TIBMemPool::TIBMemPool(TPtrArg<TIBContext> ctx) |