You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker 7ee447c011
v811_spc009_project
4 months ago
..
CMakeLists.txt v811_spc009_project 4 months ago
README.txt v811_spc009_project 4 months ago
memprof.syms.extra v811_spc009_project 4 months ago
memprof_allocator.cpp v811_spc009_project 4 months ago
memprof_allocator.h v811_spc009_project 4 months ago
memprof_descriptions.cpp v811_spc009_project 4 months ago
memprof_descriptions.h v811_spc009_project 4 months ago
memprof_flags.cpp v811_spc009_project 4 months ago
memprof_flags.h v811_spc009_project 4 months ago
memprof_flags.inc v811_spc009_project 4 months ago
memprof_init_version.h v811_spc009_project 4 months ago
memprof_interceptors.cpp v811_spc009_project 4 months ago
memprof_interceptors.h v811_spc009_project 4 months ago
memprof_interceptors_memintrinsics.cpp v811_spc009_project 4 months ago
memprof_interceptors_memintrinsics.h v811_spc009_project 4 months ago
memprof_interface_internal.h v811_spc009_project 4 months ago
memprof_internal.h v811_spc009_project 4 months ago
memprof_linux.cpp v811_spc009_project 4 months ago
memprof_malloc_linux.cpp v811_spc009_project 4 months ago
memprof_mapping.h v811_spc009_project 4 months ago
memprof_new_delete.cpp v811_spc009_project 4 months ago
memprof_posix.cpp v811_spc009_project 4 months ago
memprof_preinit.cpp v811_spc009_project 4 months ago
memprof_rtl.cpp v811_spc009_project 4 months ago
memprof_shadow_setup.cpp v811_spc009_project 4 months ago
memprof_stack.cpp v811_spc009_project 4 months ago
memprof_stack.h v811_spc009_project 4 months ago
memprof_stats.cpp v811_spc009_project 4 months ago
memprof_stats.h v811_spc009_project 4 months ago
memprof_thread.cpp v811_spc009_project 4 months ago
memprof_thread.h v811_spc009_project 4 months ago
weak_symbols.txt v811_spc009_project 4 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