Chromium Code Reviews| Index: runtime/vm/virtual_memory.h |
| =================================================================== |
| --- runtime/vm/virtual_memory.h (revision 42583) |
| +++ runtime/vm/virtual_memory.h (working copy) |
| @@ -35,7 +35,7 @@ |
| return region_.Contains(addr); |
| } |
| - // Commits the virtual memory area. |
| + // Commits the virtual memory area, which is guaranteed to be zeroed. |
| bool Commit(bool is_executable) { |
| return Commit(start(), size(), is_executable); |
| } |