| 66 | /////////////////////////////////////////////////////////////////////////////// |
| 67 | |
| 68 | void PairManagerData::purge() |
| 69 | { |
| 70 | MBP_FREE(mNext); |
| 71 | MBP_FREE(mActivePairs); |
| 72 | MBP_FREE(mHashTable); |
| 73 | mHashSize = 0; |
| 74 | mMask = 0; |
| 75 | mNbActivePairs = 0; |
| 76 | } |
| 77 | |
| 78 | /////////////////////////////////////////////////////////////////////////////// |
| 79 |
no outgoing calls
no test coverage detected