• Home
Name Date Size #Lines LOC

..--

CMakeLists.txtD03-May-20245.8 KiB192165

README.txtD03-May-2024607 1813

memprof.syms.extraD03-May-202412 21

memprof_allocator.cppD03-May-202429.6 KiB906690

memprof_allocator.hD03-May-20243.8 KiB10674

memprof_descriptions.cppD03-May-20242.3 KiB7148

memprof_descriptions.hD03-May-20241.3 KiB4623

memprof_flags.cppD03-May-20242.8 KiB9460

memprof_flags.hD03-May-20241.4 KiB4616

memprof_flags.incD03-May-20242.3 KiB5045

memprof_init_version.hD03-May-20241 KiB277

memprof_interceptors.cppD03-May-202413.9 KiB367293

memprof_interceptors.hD03-May-20242.4 KiB5534

memprof_interceptors_memintrinsics.cppD03-May-2024979 3012

memprof_interceptors_memintrinsics.hD03-May-20244.1 KiB8049

memprof_interface_internal.hD03-May-20242.3 KiB6533

memprof_internal.hD03-May-20243.5 KiB10557

memprof_linux.cppD03-May-20242.2 KiB7952

memprof_malloc_linux.cppD03-May-20247.3 KiB227169

memprof_mapping.hD03-May-20243.3 KiB11465

memprof_new_delete.cppD03-May-20245.4 KiB146119

memprof_posix.cppD03-May-20241.5 KiB5633

memprof_preinit.cppD03-May-20241 KiB246

memprof_rtl.cppD03-May-20249.6 KiB322204

memprof_shadow_setup.cppD03-May-20242.2 KiB6335

memprof_stack.cppD03-May-20241.8 KiB6038

memprof_stack.hD03-May-20243.4 KiB7644

memprof_stats.cppD03-May-20245.4 KiB158113

memprof_stats.hD03-May-20241.9 KiB6231

memprof_thread.cppD03-May-20247.3 KiB221161

memprof_thread.hD03-May-20244.1 KiB13984

weak_symbols.txtD03-May-202454 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