Name Date Size #Lines LOC

..22-Aug-2023-

README.txtH A D22-Aug-2023607 1813

memprof.syms.extraH A D22-Aug-202312 21

memprof_allocator.cppH A D22-Aug-202329.7 KiB906690

memprof_allocator.hH A D22-Aug-20233.8 KiB10573

memprof_descriptions.cppH A D22-Aug-20232.3 KiB7148

memprof_descriptions.hH A D22-Aug-20231.3 KiB4623

memprof_flags.cppH A D22-Aug-20232.8 KiB9460

memprof_flags.hH A D22-Aug-20231.4 KiB4616

memprof_flags.incH A D22-Aug-20232.3 KiB5045

memprof_init_version.hH A D22-Aug-20231 KiB277

memprof_interceptors.cppH A D22-Aug-202314.1 KiB369295

memprof_interceptors.hH A D22-Aug-20232.9 KiB6140

memprof_interceptors_memintrinsics.cppH A D22-Aug-2023979 3012

memprof_interceptors_memintrinsics.hH A D22-Aug-20234.1 KiB8049

memprof_interface_internal.hH A D22-Aug-20232.3 KiB6533

memprof_internal.hH A D22-Aug-20233.5 KiB10557

memprof_linux.cppH A D22-Aug-20232.2 KiB8153

memprof_malloc_linux.cppH A D22-Aug-20237.3 KiB227169

memprof_mapping.hH A D22-Aug-20233.3 KiB11465

memprof_new_delete.cppH A D22-Aug-20235.4 KiB146119

memprof_posix.cppH A D22-Aug-20231.5 KiB5633

memprof_preinit.cppH A D22-Aug-20231 KiB246

memprof_rtl.cppH A D22-Aug-20239.2 KiB312198

memprof_shadow_setup.cppH A D22-Aug-20232.2 KiB6335

memprof_stack.cppH A D22-Aug-20231.8 KiB6038

memprof_stack.hH A D22-Aug-20232.9 KiB6737

memprof_stats.cppH A D22-Aug-20235.4 KiB158113

memprof_stats.hH A D22-Aug-20231.9 KiB6231

memprof_thread.cppH A D22-Aug-20237.3 KiB221161

memprof_thread.hH A D22-Aug-20234 KiB13682

weak_symbols.txtH A D22-Aug-202354 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