| 175 | } |
| 176 | |
| 177 | void MemoryHelper::Finalize() |
| 178 | { |
| 179 | for (int i = 0; i < initialized.size(); i++) { |
| 180 | initialized[i] = 0; |
| 181 | delete the_sunmemory_helper[i]; |
| 182 | the_sunmemory_helper[i] = nullptr; |
| 183 | } |
| 184 | } |
| 185 | |
| 186 | MemoryHelper* The_SUNMemory_Helper(int i) |
| 187 | { |