aboutsummaryrefslogtreecommitdiff
path: root/README.google
diff options
context:
space:
mode:
authorVicent Segui Pascual <segui@google.com>2016-01-18 02:05:31 -0800
committerVicent Segui Pascual <segui@google.com>2016-01-18 02:05:31 -0800
commitbab244a0066749511f2c76efa2a499b39b6181ef (patch)
tree3afc484f1f03daf9f96be0528c6defa2602ca7ed /README.google
parentfa9a6cbaeaf0ddd6ff6dcbbc09a4dda802cdb15e (diff)
downloadglibc-bab244a0066749511f2c76efa2a499b39b6181ef.zip
glibc-bab244a0066749511f2c76efa2a499b39b6181ef.tar.gz
glibc-bab244a0066749511f2c76efa2a499b39b6181ef.tar.bz2
Use munlock before madvise to make sure that we effectively "uncommit" the page
Diffstat (limited to 'README.google')
-rw-r--r--README.google5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.google b/README.google
index 3b478f5..0b0792e 100644
--- a/README.google
+++ b/README.google
@@ -544,3 +544,8 @@ iconv/gconv_trans.c
resolv/res_send.c
For b/25900273, adjust allocations to avoid segfault.
(bmoses, google-local)
+
+nptl/allocatestack.c
+nptl/Makefile
+nptl/tst-basic8.c
+ For b/24399992 unlock guard pages to avoid wasting memory.