Speeding up PPC tests significantly.

This commit is contained in:
Ben Vanik
2015-12-27 12:03:30 -08:00
parent 6c59881eee
commit ca8d658ffe
3 changed files with 16 additions and 5 deletions

View File

@@ -226,6 +226,9 @@ class Memory {
// mapping to the file system fails.
bool Initialize();
// Resets all memory to zero and resets all allocations.
void Reset();
// Full file name and path of the memory-mapped file backing all memory.
const std::wstring& file_name() const { return file_name_; }