[PATCH] D62875: [GWP-ASan] Add public-facing documentation [6].

Mitch Phillips via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 15 17:08:22 PDT 2019


hctim updated this revision to Diff 215512.
hctim marked 2 inline comments as done.
hctim added a comment.

- Addressed Matt's and Vlad's comments.
- Updated memory overhead description in the docs.

Updated memory overhead description in the docs.

Assumes 8KiB for allocation/deallocation stack traces (256B compressed *
2 [alloc + dealloc] * 16 slots).
Assumes a full 4KiB of wasted memory (if we have 1-byte allocations) *
8 [half of the 16 possible slots].

Note that freed guarded allocations take no space, as the pages are
released back to the OS.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62875/new/

https://reviews.llvm.org/D62875

Files:
  compiler-rt/lib/gwp_asan/options.inc
  compiler-rt/lib/gwp_asan/scripts/symbolize.sh
  llvm/docs/GwpAsan.rst

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62875.215512.patch
Type: text/x-patch
Size: 16535 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190816/0c7a2b06/attachment.bin>


More information about the llvm-commits mailing list