nkozlovskiy 61b3971447 add sanitizers dependencies 11 months ago
..
.yandex_meta 61b3971447 add sanitizers dependencies 11 months ago
README.txt 61b3971447 add sanitizers dependencies 11 months ago
memprof_allocator.cpp 61b3971447 add sanitizers dependencies 11 months ago
memprof_allocator.h 61b3971447 add sanitizers dependencies 11 months ago
memprof_descriptions.cpp 61b3971447 add sanitizers dependencies 11 months ago
memprof_descriptions.h 61b3971447 add sanitizers dependencies 11 months ago
memprof_flags.cpp 61b3971447 add sanitizers dependencies 11 months ago
memprof_flags.h 61b3971447 add sanitizers dependencies 11 months ago
memprof_flags.inc 61b3971447 add sanitizers dependencies 11 months ago
memprof_init_version.h 61b3971447 add sanitizers dependencies 11 months ago
memprof_interceptors.cpp 61b3971447 add sanitizers dependencies 11 months ago
memprof_interceptors.h 61b3971447 add sanitizers dependencies 11 months ago
memprof_interceptors_memintrinsics.cpp 61b3971447 add sanitizers dependencies 11 months ago
memprof_interceptors_memintrinsics.h 61b3971447 add sanitizers dependencies 11 months ago
memprof_interface_internal.h 61b3971447 add sanitizers dependencies 11 months ago
memprof_internal.h 61b3971447 add sanitizers dependencies 11 months ago
memprof_linux.cpp 61b3971447 add sanitizers dependencies 11 months ago
memprof_malloc_linux.cpp 61b3971447 add sanitizers dependencies 11 months ago
memprof_mapping.h 61b3971447 add sanitizers dependencies 11 months ago
memprof_mibmap.cpp 61b3971447 add sanitizers dependencies 11 months ago
memprof_mibmap.h 61b3971447 add sanitizers dependencies 11 months ago
memprof_new_delete.cpp 61b3971447 add sanitizers dependencies 11 months ago
memprof_posix.cpp 61b3971447 add sanitizers dependencies 11 months ago
memprof_preinit.cpp 61b3971447 add sanitizers dependencies 11 months ago
memprof_rawprofile.cpp 61b3971447 add sanitizers dependencies 11 months ago
memprof_rawprofile.h 61b3971447 add sanitizers dependencies 11 months ago
memprof_rtl.cpp 61b3971447 add sanitizers dependencies 11 months ago
memprof_shadow_setup.cpp 61b3971447 add sanitizers dependencies 11 months ago
memprof_stack.cpp 61b3971447 add sanitizers dependencies 11 months ago
memprof_stack.h 61b3971447 add sanitizers dependencies 11 months ago
memprof_stats.cpp 61b3971447 add sanitizers dependencies 11 months ago
memprof_stats.h 61b3971447 add sanitizers dependencies 11 months ago
memprof_thread.cpp 61b3971447 add sanitizers dependencies 11 months ago
memprof_thread.h 61b3971447 add sanitizers dependencies 11 months ago
ya.make 61b3971447 add sanitizers dependencies 11 months ago

README.txt

MemProfiling RT
================================
This directory contains sources of the MemProfiling (MemProf) runtime library.

Directory structure:
README.txt : This file.
CMakeLists.txt : File for cmake-based build.
memprof_*.{cc,h} : Sources of the memprof runtime library.

Also MemProf runtime needs the following libraries:
lib/interception/ : Machinery used to intercept function calls.
lib/sanitizer_common/ : Code shared between various sanitizers.

MemProf runtime can only be built by CMake. You can run MemProf tests
from the root of your CMake build tree:

make check-memprof