[PATCH] D41670: [docs] Update Scudo documentation

Aleksey Shlyapnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 3 20:32:54 PST 2018


alekseyshl accepted this revision.
alekseyshl added inline comments.
This revision is now accepted and ready to land.


================
Comment at: docs/ScudoHardenedAllocator.rst:31
+---------
+Scudo can be considered to be a Frontend to the Sanitizers' common allocator
+(later referenced as the Backend). It is split between a Primary allocator,
----------------
can be considered a


================
Comment at: docs/ScudoHardenedAllocator.rst:38
+Scudo was designed with security in mind, but aims at striking a good balance
+between security and performances. It is highly tunable and configurable.
+
----------------
performance


https://reviews.llvm.org/D41670





More information about the llvm-commits mailing list