Name Date Size #Lines LOC

..--

tests/H--285205

CMakeLists.txtH A D26-Jan-20246.2 KiB209179

README.txtH A D17-Dec-2021607 1813

memprof.syms.extraH A D17-Dec-202112 21

memprof_allocator.cppH A D26-Jan-202423.9 KiB711539

memprof_allocator.hH A D26-Jan-20243.7 KiB10472

memprof_descriptions.cppH A D17-Dec-20212.3 KiB7148

memprof_descriptions.hH A D17-Dec-20211.3 KiB4623

memprof_flags.cppH A D17-Dec-20212.8 KiB9460

memprof_flags.hH A D17-Dec-20211.4 KiB4616

memprof_flags.incH A D26-Jan-20242 KiB4238

memprof_init_version.hH A D17-Dec-20211 KiB277

memprof_interceptors.cppH A D26-Jan-202413.8 KiB365291

memprof_interceptors.hH A D26-Jan-20242.9 KiB6140

memprof_interceptors_memintrinsics.cppH A D17-Dec-2021979 3012

memprof_interceptors_memintrinsics.hH A D17-Dec-20214.1 KiB8049

memprof_interface_internal.hH A D17-Dec-20212.3 KiB6533

memprof_internal.hH A D26-Jan-20242.5 KiB8844

memprof_linux.cppH A D26-Jan-20242 KiB7548

memprof_malloc_linux.cppH A D26-Jan-20244.6 KiB152110

memprof_mapping.hH A D17-Dec-20213.3 KiB11465

memprof_mibmap.cppH A D26-Jan-20241.2 KiB3822

memprof_mibmap.hH A D26-Jan-2024737 2816

memprof_new_delete.cppH A D17-Dec-20215.4 KiB146119

memprof_posix.cppH A D17-Dec-20211.5 KiB5633

memprof_preinit.cppH A D17-Dec-20211 KiB246

memprof_rawprofile.cppH A D26-Jan-20247.4 KiB247133

memprof_rawprofile.hH A D26-Jan-2024492 159

memprof_rtl.cppH A D26-Jan-20249.1 KiB308200

memprof_shadow_setup.cppH A D17-Dec-20212.2 KiB6335

memprof_stack.cppH A D17-Dec-20211.8 KiB6038

memprof_stack.hH A D17-Dec-20212.9 KiB6737

memprof_stats.cppH A D26-Jan-20245.3 KiB158113

memprof_stats.hH A D17-Dec-20211.9 KiB6231

memprof_thread.cppH A D26-Jan-20247.2 KiB220160

memprof_thread.hH A D17-Dec-20214 KiB13682

weak_symbols.txtH A D17-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