platform_system_core/libmemunreachable/tests
Colin Cross ba5d9ff6d9 Handle segfaults while walking native heap
Vendor blobs on ryu mprotect heap pages, causing segfaults when dumping
unreachable memory.  Handle segfaults within HeapWalker by mapping a
zero page over any unreadable pages.  HeapWalker runs in the forked
process, so the mapping will not affect the original process.

Bug: 28269332
Change-Id: I16245af722123f2ad467cbc6f245a70666c55544
2016-04-28 16:20:40 -07:00
..
Allocator_test.cpp Compile some tests for the host 2016-03-04 16:39:51 -08:00
DisableMalloc_test.cpp Compile some tests for the host 2016-03-04 16:39:51 -08:00
HeapWalker_test.cpp Handle segfaults while walking native heap 2016-04-28 16:20:40 -07:00
HostMallocStub.cpp Compile some tests for the host 2016-03-04 16:39:51 -08:00
LeakFolding_test.cpp Combine leaks with same stacktrace 2016-03-04 22:40:34 -08:00
MemUnreachable_test.cpp imprecise mark and sweep native memory leak detector 2016-02-19 00:49:36 -08:00
ThreadCapture_test.cpp imprecise mark and sweep native memory leak detector 2016-02-19 00:49:36 -08:00