| 1797 | } |
| 1798 | |
| 1799 | void FlushThreadFreeList() { |
| 1800 | if (pThreadInfo) |
| 1801 | MoveSingleThreadFreeToGlobal(pThreadInfo); |
| 1802 | } |
| 1803 | |
| 1804 | void DumpMemoryBlockUtilization() { |
| 1805 | // move current thread free to global lists to get better statistics |
no test coverage detected