| 1802 | } |
| 1803 | |
| 1804 | void DumpMemoryBlockUtilization() { |
| 1805 | // move current thread free to global lists to get better statistics |
| 1806 | FlushThreadFreeList(); |
| 1807 | { |
| 1808 | TLFLockHolder ls(&LFGlobalLock); |
| 1809 | DumpMemoryBlockUtilizationLocked(); |
| 1810 | } |
| 1811 | } |
| 1812 | |
| 1813 | ////////////////////////////////////////////////////////////////////////// |
| 1814 | // malloc api |
nothing calls this directly
no test coverage detected