Name Date Size #Lines LOC

..--

tests/H21-Jan-2025-186127

README.txtHD14-Sep-2021607 1813

memprof.syms.extraHD14-Sep-202112 21

memprof_allocator.cppHD21-Jan-202527.2 KiB813621

memprof_allocator.hHD21-Jan-20253.8 KiB10876

memprof_descriptions.cppHD21-Jan-20252.3 KiB7148

memprof_descriptions.hHD14-Sep-20211.3 KiB4623

memprof_flags.cppHD14-Sep-20212.8 KiB9460

memprof_flags.hHD14-Sep-20211.4 KiB4616

memprof_flags.incHD21-Jan-20252 KiB4138

memprof_init_version.hHD14-Sep-20211 KiB277

memprof_interceptors.cppHD21-Jan-202512.6 KiB342272

memprof_interceptors.hHD09-Dec-20233.1 KiB6744

memprof_interceptors_memintrinsics.cppHD09-Dec-20234.7 KiB9362

memprof_interceptors_memintrinsics.hHD09-Dec-20231.6 KiB4117

memprof_interface_internal.hHD07-Apr-20242.3 KiB6634

memprof_internal.hHD21-Jan-20252.3 KiB8239

memprof_linux.cppHD21-Jan-20251.9 KiB6844

memprof_malloc_linux.cppHD21-Jan-20254.5 KiB150108

memprof_mapping.hHD21-Jan-20254.7 KiB14977

memprof_mibmap.cppHD21-Jan-20251.7 KiB4929

memprof_mibmap.hHD15-May-2022737 2816

memprof_new_delete.cppHD14-Sep-20215.4 KiB146119

memprof_posix.cppHD14-Sep-20211.5 KiB5633

memprof_preinit.cppHD21-Jan-2025914 236

memprof_rawprofile.cppHD21-Jan-20259.2 KiB290160

memprof_rawprofile.hHD09-Dec-2023539 1610

memprof_rtl.cppHD21-Jan-20259.8 KiB326215

memprof_shadow_setup.cppHD14-Sep-20212.2 KiB6335

memprof_stack.cppHD14-Sep-20211.8 KiB6038

memprof_stack.hHD18-Dec-20212.9 KiB6737

memprof_stats.cppHD15-May-20225.3 KiB158113

memprof_stats.hHD14-Sep-20211.9 KiB6231

memprof_thread.cppHD21-Jan-20257.2 KiB220160

memprof_thread.hHD18-Dec-20214 KiB13682

weak_symbols.txtHD14-Sep-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