• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

README.txtD31-Dec-2021607 1813

memprof.syms.extraD31-Dec-202112 21

memprof_allocator.cppD31-Dec-202129.7 KiB906690

memprof_allocator.hD31-Dec-20213.8 KiB10573

memprof_descriptions.cppD31-Dec-20212.3 KiB7148

memprof_descriptions.hD31-Dec-20211.3 KiB4623

memprof_flags.cppD31-Dec-20212.8 KiB9460

memprof_flags.hD31-Dec-20211.4 KiB4616

memprof_flags.incD31-Dec-20212.3 KiB5045

memprof_init_version.hD31-Dec-20211 KiB277

memprof_interceptors.cppD31-Dec-202114.1 KiB369295

memprof_interceptors.hD31-Dec-20212.9 KiB6140

memprof_interceptors_memintrinsics.cppD31-Dec-2021979 3012

memprof_interceptors_memintrinsics.hD31-Dec-20214.1 KiB8049

memprof_interface_internal.hD31-Dec-20212.3 KiB6533

memprof_internal.hD31-Dec-20213.5 KiB10557

memprof_linux.cppD31-Dec-20212.2 KiB8153

memprof_malloc_linux.cppD31-Dec-20217.3 KiB227169

memprof_mapping.hD31-Dec-20213.3 KiB11465

memprof_new_delete.cppD31-Dec-20215.4 KiB146119

memprof_posix.cppD31-Dec-20211.5 KiB5633

memprof_preinit.cppD31-Dec-20211 KiB246

memprof_rtl.cppD31-Dec-20219.2 KiB312198

memprof_shadow_setup.cppD31-Dec-20212.2 KiB6335

memprof_stack.cppD31-Dec-20211.8 KiB6038

memprof_stack.hD31-Dec-20212.9 KiB6737

memprof_stats.cppD31-Dec-20215.4 KiB158113

memprof_stats.hD31-Dec-20211.9 KiB6231

memprof_thread.cppD31-Dec-20217.3 KiB221161

memprof_thread.hD31-Dec-20214 KiB13682

weak_symbols.txtD31-Dec-202154 21

README.txt

1MemProfiling RT
2================================
3This directory contains sources of the MemProfiling (MemProf) runtime library.
4
5Directory structure:
6README.txt       : This file.
7CMakeLists.txt   : File for cmake-based build.
8memprof_*.{cc,h}    : Sources of the memprof runtime library.
9
10Also MemProf runtime needs the following libraries:
11lib/interception/      : Machinery used to intercept function calls.
12lib/sanitizer_common/  : Code shared between various sanitizers.
13
14MemProf runtime can only be built by CMake. You can run MemProf tests
15from the root of your CMake build tree:
16
17make check-memprof
18