NameDateSize

..09-Dec-202325

memprof.syms.extraH A D22-Jun-202112

memprof_allocator.cppH A D08-Apr-202425.1 KiB

memprof_allocator.hH A D09-Dec-20233.9 KiB

memprof_descriptions.cppH A D08-Apr-20242.3 KiB

memprof_descriptions.hH A D22-Jun-20211.3 KiB

memprof_flags.cppH A D22-Jun-20212.8 KiB

memprof_flags.hH A D22-Jun-20211.4 KiB

memprof_flags.incH A D15-May-20222 KiB

memprof_init_version.hH A D22-Jun-20211 KiB

memprof_interceptors.cppH A D09-Dec-202312.6 KiB

memprof_interceptors.hH A D09-Dec-20233.1 KiB

memprof_interceptors_memintrinsics.cppH A D09-Dec-20234.7 KiB

memprof_interceptors_memintrinsics.hH A D09-Dec-20231.6 KiB

memprof_interface_internal.hH A D08-Apr-20242.3 KiB

memprof_internal.hH A D09-Dec-20232.4 KiB

memprof_linux.cppH A D08-Apr-20242 KiB

memprof_malloc_linux.cppH A D15-May-20224.6 KiB

memprof_mapping.hH A D22-Jun-20213.3 KiB

memprof_mibmap.cppH A D15-May-20221.2 KiB

memprof_mibmap.hH A D15-May-2022737

memprof_new_delete.cppH A D22-Jun-20215.4 KiB

memprof_posix.cppH A D22-Jun-20211.5 KiB

memprof_preinit.cppH A D22-Jun-20211 KiB

memprof_rawprofile.cppH A D09-Dec-20237.6 KiB

memprof_rawprofile.hH A D09-Dec-2023539

memprof_rtl.cppH A D09-Dec-20238.9 KiB

memprof_shadow_setup.cppH A D22-Jun-20212.2 KiB

memprof_stack.cppH A D22-Jun-20211.8 KiB

memprof_stack.hH A D14-Nov-20212.9 KiB

memprof_stats.cppH A D15-May-20225.3 KiB

memprof_stats.hH A D22-Jun-20211.9 KiB

memprof_thread.cppH A D15-May-20227.2 KiB

memprof_thread.hH A D14-Nov-20214 KiB

README.txtH A D22-Jun-2021607

tests/H09-Dec-20234

weak_symbols.txtH A D22-Jun-202154

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