aboutsummaryrefslogtreecommitdiff
path: root/support/support_small_stack_thread_attribute.c
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2024-10-08 15:45:26 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2024-10-10 10:27:53 -0300
commitf6e849fd7ce2a8954022bd23b94703975b3db0d1 (patch)
treee1661f1fbbe81a2e00a6073c3c011bb21a6e9985 /support/support_small_stack_thread_attribute.c
parent86f06282ccb1b11de7a07fc10f7b77991b7d121a (diff)
downloadglibc-f6e849fd7ce2a8954022bd23b94703975b3db0d1.tar.xz
glibc-f6e849fd7ce2a8954022bd23b94703975b3db0d1.zip
linux: Add MAP_DROPPABLE from Linux 6.11
This request the page to be never written out to swap, it will be zeroed under memory pressure (so kernel can just drop the page), it is inherited by fork, it is not counted against @code{mlock} budget, and if there is no enough memory to service a page faults there is no fatal error (so not signal is sent). Tested with build-many-glibcs.py. Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
Diffstat (limited to 'support/support_small_stack_thread_attribute.c')
0 files changed, 0 insertions, 0 deletions