The periodic scavenger prints details regarding garbage collection and returning of
memory to the OS. The code for printing these statistics is actually in the scavenger
itself.
Calling FreeOSMemory() will not go through the periodic scavenger and in turn not output
any debug information. Adding such output would be beneficial for debugging purposes.