[PATCH] D62872: [GWP-ASan] Core Guarded Pool Allocator [4].

Mitch Phillips via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 5 12:39:24 PDT 2019


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

- Merge branch 'master' into gwp_asan/gpa
- Merged master. Added a TODO.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D62872

Files:
  compiler-rt/lib/gwp_asan/CMakeLists.txt
  compiler-rt/lib/gwp_asan/definitions.h
  compiler-rt/lib/gwp_asan/guarded_pool_allocator.cpp
  compiler-rt/lib/gwp_asan/guarded_pool_allocator.h
  compiler-rt/lib/gwp_asan/platform_specific/guarded_pool_allocator_posix.cpp
  compiler-rt/lib/gwp_asan/tests/CMakeLists.txt
  compiler-rt/lib/gwp_asan/tests/alignment.cpp
  compiler-rt/lib/gwp_asan/tests/basic.cpp
  compiler-rt/lib/gwp_asan/tests/harness.h
  compiler-rt/lib/gwp_asan/tests/slot_reuse.cpp
  compiler-rt/lib/gwp_asan/tests/thread_contention.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62872.203227.patch
Type: text/x-patch
Size: 43328 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190605/4dbe66a9/attachment-0001.bin>


More information about the llvm-commits mailing list