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

Mitch Phillips via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 4 19:08:21 PDT 2019


hctim updated this revision to Diff 203056.
hctim marked 3 inline comments as done.
hctim added a comment.

- Added GPA.h to CMakeLists.txt
- Merge branch 'master' into gwp_asan/gpa
- Vlad's comments.


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.203056.patch
Type: text/x-patch
Size: 43190 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190605/56d12565/attachment.bin>


More information about the llvm-commits mailing list