[PATCH] D146336: [docs][scudo] Add information about M_PURGE_ALL.
Christopher Ferris via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 17 15:28:57 PDT 2023
cferris updated this revision to Diff 506210.
cferris added a comment.
Fix typo.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146336/new/
https://reviews.llvm.org/D146336
Files:
llvm/docs/ScudoHardenedAllocator.rst
Index: llvm/docs/ScudoHardenedAllocator.rst
===================================================================
--- llvm/docs/ScudoHardenedAllocator.rst
+++ llvm/docs/ScudoHardenedAllocator.rst
@@ -267,6 +267,9 @@
+---------------------------+-------------------------------------------------------+
| M_PURGE | Forces immediate memory reclaiming (value is unused). |
+---------------------------+-------------------------------------------------------+
+| M_PURGE_ALL | Same as M_PURGE but will force release everything |
+| | regardless of the time it takes. |
++---------------------------+-------------------------------------------------------+
| M_MEMTAG_TUNING | Tunes the allocator's choice of memory tags to make |
| | it more likely that a certain class of memory errors |
| | will be detected. The value argument should be one of |
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146336.506210.patch
Type: text/x-patch
Size: 997 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230317/d75417e8/attachment.bin>
More information about the llvm-commits
mailing list