emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] pdumper 59291f2: Restore comment


From: Daniel Colascione
Subject: [Emacs-diffs] pdumper 59291f2: Restore comment
Date: Wed, 14 Feb 2018 14:32:34 -0500 (EST)

branch: pdumper
commit 59291f27e745583a0c4b88b75316eeb499446b69
Author: Daniel Colascione <address@hidden>
Commit: Daniel Colascione <address@hidden>

    Restore comment
---
 src/pdumper.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/pdumper.c b/src/pdumper.c
index 0df41cb..148dcd9 100644
--- a/src/pdumper.c
+++ b/src/pdumper.c
@@ -4266,6 +4266,7 @@ dump_discard_mem (void *mem, size_t size)
       /* Discard COWed pages.  */
       (void) posix_madvise (mem, size, POSIX_MADV_DONTNEED);
 # endif
+      /* Release the commit charge for the mapping.  */
       (void) mprotect (mem, size, PROT_NONE);
 #endif
 }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]