History log of /system/core/libmemunreachable/ProcessMappings.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a9939e9a23ea21f4f8dc69cf1dae8e95debadcfb 21-Jun-2017 Colin Cross <ccross@android.com> Move libmemunreachable into namespace android

Putting libmemunreachable in the global C++ namespace was an oversight,
move it into namespace android.

Test: m -j checkbuild
Change-Id: I0799906f6463178cb04a719bb4054cad33a50dbe
/system/core/libmemunreachable/ProcessMappings.h
a83881e33ce29ee236c924d669cb41a9d816962d 22-Jun-2017 Colin Cross <ccross@android.com> libmemunreachable: clang-format everything

clang-format -i --sort-includes $(find . -name "*.cpp" -o -name "*.h")

Test: builds
Change-Id: Ia8e0677fe7f3f26dddba3a851cd2dfab9f14e421
/system/core/libmemunreachable/ProcessMappings.h
bcb4ed3eaa92d23949d4ab33dbf1b2604bba8a18 15-Jan-2016 Colin Cross <ccross@android.com> imprecise mark and sweep native memory leak detector

libmemunreachable uses an imprecise mark and sweep pass over all memory
allocated by jemalloc in order to find unreachable allocations.

Change-Id: Ia70bbf31f5b40ff71dab28cfd6cd06c5ef01a2d4
/system/core/libmemunreachable/ProcessMappings.h