Files
llvm-mirror/lib/Object
David Major 5832f87aef Don't require a null terminator when loading objects
When a null terminator is required and the file size is a multiple of the system page size, MemoryBuffer will prefer pread() over mmap(), which can result in excessive memory usage.

Patch by Mike Hommey!

Differential Revision: https://reviews.llvm.org/D56475

llvm-svn: 350774
2019-01-09 23:36:32 +00:00
..
2018-12-29 02:02:13 +00:00
2018-11-17 01:44:25 +00:00
2018-11-17 01:44:25 +00:00