[PATCH] D27228: Release memory to OS only when the requested range covers the entire page

Evgeniy Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 30 12:52:03 PST 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL288271: Release memory to OS only when the requested range covers the entire page (authored by eugenis).

Changed prior to commit:
  https://reviews.llvm.org/D27228?vs=79676&id=79797#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D27228

Files:
  compiler-rt/trunk/lib/asan/asan_poisoning.cc
  compiler-rt/trunk/lib/asan/asan_poisoning.h
  compiler-rt/trunk/lib/msan/msan_allocator.cc
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_allocator_primary64.h
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_common.h
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_posix_libcdep.cc
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_win.cc
  compiler-rt/trunk/lib/tsan/rtl/tsan_mman.cc
  compiler-rt/trunk/lib/tsan/rtl/tsan_platform_linux.cc
  compiler-rt/trunk/lib/tsan/rtl/tsan_rtl.cc
  compiler-rt/trunk/lib/tsan/rtl/tsan_rtl_thread.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27228.79797.patch
Type: text/x-patch
Size: 7547 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161130/b75527bf/attachment.bin>


More information about the llvm-commits mailing list