[PATCH] D27003: Return memory to OS right after free (not in the async thread).

Evgeniy Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 28 16:32:53 PST 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL288091: Return memory to OS right after free (not in the async thread). (authored by eugenis).

Changed prior to commit:
  https://reviews.llvm.org/D27003?vs=79410&id=79478#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D27003

Files:
  compiler-rt/trunk/lib/asan/asan_activation.cc
  compiler-rt/trunk/lib/asan/asan_activation_flags.inc
  compiler-rt/trunk/lib/asan/asan_allocator.cc
  compiler-rt/trunk/lib/asan/asan_allocator.h
  compiler-rt/trunk/lib/lsan/lsan_allocator.cc
  compiler-rt/trunk/lib/msan/msan_allocator.cc
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_allocator.cc
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_allocator_combined.h
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_allocator_primary32.h
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_allocator_primary64.h
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_atomic.h
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_common.h
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_common_libcdep.cc
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_flags.inc
  compiler-rt/trunk/lib/sanitizer_common/tests/sanitizer_allocator_test.cc
  compiler-rt/trunk/lib/scudo/scudo_allocator.cpp
  compiler-rt/trunk/lib/scudo/scudo_allocator.h
  compiler-rt/trunk/lib/tsan/rtl/tsan_mman.cc
  compiler-rt/trunk/test/asan/TestCases/Linux/release_to_os_test.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27003.79478.patch
Type: text/x-patch
Size: 27017 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161129/caf7c30a/attachment.bin>


More information about the llvm-commits mailing list