[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:40:02 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL362636: [GWP-ASan] Core Guarded Pool Allocator [4]. (authored by hctim, committed by ).
Herald added a subscriber: delcypher.

Changed prior to commit:
  https://reviews.llvm.org/D62872?vs=203227&id=203228#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D62872

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

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


More information about the llvm-commits mailing list