mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-09 22:28:21 +00:00
fix(vm) Fixed a typo in a comment
This commit is contained in:
@@ -54,7 +54,7 @@ impl BaseTunables {
|
|||||||
// wasting too much memory.
|
// wasting too much memory.
|
||||||
// The Windows memory manager seems more laxed than the other ones
|
// The Windows memory manager seems more laxed than the other ones
|
||||||
// And a guard of just 1 page may not be enough is some borderline cases
|
// And a guard of just 1 page may not be enough is some borderline cases
|
||||||
// So using 2 pages for guard on this plateform
|
// So using 2 pages for guard on this platform
|
||||||
#[cfg(target_os = "windows")]
|
#[cfg(target_os = "windows")]
|
||||||
let dynamic_memory_offset_guard_size: u64 = 0x2_0000;
|
let dynamic_memory_offset_guard_size: u64 = 0x2_0000;
|
||||||
#[cfg(not(target_os = "windows"))]
|
#[cfg(not(target_os = "windows"))]
|
||||||
|
|||||||
Reference in New Issue
Block a user