Revert "[GWP-ASan] Add aligned allocations."
authorMitch Phillips <31459023+hctim@users.noreply.github.com>
Tue, 2 Feb 2021 22:46:25 +0000 (14:46 -0800)
committerMitch Phillips <31459023+hctim@users.noreply.github.com>
Tue, 2 Feb 2021 22:46:25 +0000 (14:46 -0800)
commit0dcf3324cfb4429e85b54e857f9bb86f423ffc5e
tree811935fa9d6dc3d42a3e23afd98b1ac183b5c244
parent30973f6fe01cc0a9624147466f0c54b91a1b61d7
Revert "[GWP-ASan] Add aligned allocations."

This reverts commit 9dc06762470cb5a6cde8de5833cb75262e1bacb0.

Should not have been committed, was a bad rebase. Review still
continuing on D94830.
12 files changed:
compiler-rt/lib/gwp_asan/CMakeLists.txt
compiler-rt/lib/gwp_asan/common.cpp
compiler-rt/lib/gwp_asan/common.h
compiler-rt/lib/gwp_asan/crash_handler.cpp
compiler-rt/lib/gwp_asan/guarded_pool_allocator.cpp
compiler-rt/lib/gwp_asan/guarded_pool_allocator.h
compiler-rt/lib/gwp_asan/options.inc
compiler-rt/lib/gwp_asan/tests/alignment.cpp
compiler-rt/lib/gwp_asan/tests/basic.cpp
compiler-rt/lib/gwp_asan/tests/crash_handler_api.cpp
compiler-rt/lib/gwp_asan/utilities.cpp [new file with mode: 0644]
compiler-rt/lib/gwp_asan/utilities.h