Function OSSingleton.dumpMemoryToFile

Dumps the memory allocation ringlist to a file (only works in debug). Entry format per line: "Address - Size - Description".

void dumpMemoryToFile (
  const(String) file
) nothrow @nogc;