platform_system_core/libmemunreachable/tests
Colin Cross 76464d958b Fix stack test on arm32
The stack test puts a pointer to an allocation on the stack, checks
that there are no leaks, then lets it go out of scope and checks
that libmemunreachable can find a leak.  This works on arm64, but
on arm32 the pointer on the stack doesn't get overwitten and the
leak is not detected.  Rewrite the pointer to be NULL instead.

Test: memunreachable_test
Change-Id: I5959a34cbb572a5d8670270077a85d247a3a4880
2017-06-22 14:21:52 -07:00
..
Allocator_test.cpp Move libmemunreachable into namespace android 2017-06-22 10:58:23 -07:00
DisableMalloc_test.cpp Move libmemunreachable into namespace android 2017-06-22 10:58:23 -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 Fix stack test on arm32 2017-06-22 14:21:52 -07:00
ThreadCapture_test.cpp Move libmemunreachable into namespace android 2017-06-22 10:58:23 -07:00