| 92 | } |
| 93 | |
| 94 | void |
| 95 | INKContInternal::free() |
| 96 | { |
| 97 | this->clear(); |
| 98 | this->mutex.clear(); |
| 99 | m_free_magic = INKCONT_INTERN_MAGIC_DEAD; |
| 100 | THREAD_FREE(this, INKContAllocator, this_thread()); |
| 101 | } |
| 102 | |
| 103 | void |
| 104 | INKContInternal::destroy() |
no test coverage detected