platform_system_core/libmemunreachable/tests
George Burgess IV 80136a1e41 Silence static analyzer warnings about memory leaks
The static analyzer complains that this memory is leaked regardless of
how I try to work around it (unless we escape the memory by using a
global or something, but...). Basically, as long as there's some sort
of operation on the reinterpret_cast'ed pointer, it complains. If we
remove the bitwise negations, it doesn't. Doing so would presumably
defeat the purpose of this test, though, so add a NOLINT.

Bug: 27101951
Test: mma. No more static analyzer warning for this file.
Change-Id: If9008946a2145d17b8651535141bfd7ec9224739
2017-09-24 13:36:29 -07:00
..
Allocator_test.cpp Move libmemunreachable into namespace android 2017-06-22 10:58:23 -07:00
AndroidTest.xml Add test config for memunreachable_test 2017-07-07 01:07:05 +00:00
Binder_test.cpp libmemunreachable: track kernel binder references 2017-07-12 14:59:11 -07:00
DisableMalloc_test.cpp Fix static analyzer warnings 2017-09-12 17:01:20 -07:00
HeapWalker_test.cpp Move libmemunreachable into namespace android 2017-06-22 10:58:23 -07:00
HostMallocStub.cpp libmemunreachable: clang-format everything 2017-06-22 10:58:05 -07:00
LeakFolding_test.cpp Move libmemunreachable into namespace android 2017-06-22 10:58:23 -07:00
MemUnreachable_test.cpp Silence static analyzer warnings about memory leaks 2017-09-24 13:36:29 -07:00
ThreadCapture_test.cpp Move libmemunreachable into namespace android 2017-06-22 10:58:23 -07:00