Name Date Size #Lines LOC

..--

tests/H--274201

CMakeLists.txtH A D14-Jun-20246.2 KiB211181

README.txtH A D03-Sep-2020607 1813

memprof.syms.extraH A D03-Sep-202012 21

memprof_allocator.cppH A D10-Dec-202427.2 KiB813621

memprof_allocator.hH A D12-Jul-20243.8 KiB11280

memprof_descriptions.cppH A D06-Feb-20242.3 KiB7148

memprof_descriptions.hH A D03-Sep-20201.3 KiB4623

memprof_flags.cppH A D06-Dec-20242.8 KiB9460

memprof_flags.hH A D06-Dec-20241.6 KiB4616

memprof_flags.incH A D10-Dec-20242.1 KiB4138

memprof_init_version.hH A D03-Sep-20201 KiB277

memprof_interceptors.cppH A D08-Dec-202412.6 KiB342272

memprof_interceptors.hH A D27-Nov-20243.1 KiB6744

memprof_interceptors_memintrinsics.cppH A D30-May-20234.7 KiB9362

memprof_interceptors_memintrinsics.hH A D27-Nov-20241.6 KiB4117

memprof_interface_internal.hH A D06-Dec-20242.5 KiB6634

memprof_internal.hH A D17-Feb-20242.3 KiB8239

memprof_linux.cppH A D17-Jun-20241.9 KiB6844

memprof_malloc_linux.cppH A D12-Sep-20244.5 KiB150108

memprof_mapping.hH A D29-Jul-20244.7 KiB14977

memprof_mibmap.cppH A D26-Jun-20241.7 KiB4929

memprof_mibmap.hH A D29-Dec-2021737 2816

memprof_new_delete.cppH A D03-Sep-20205.4 KiB146119

memprof_posix.cppH A D03-Sep-20201.5 KiB5633

memprof_preinit.cppH A D12-Jul-2024914 246

memprof_rawprofile.cppH A D26-Jun-20249.2 KiB290160

memprof_rawprofile.hH A D12-Jun-2023539 1610

memprof_rtl.cppH A D06-Dec-20249.8 KiB326215

memprof_shadow_setup.cppH A D03-Sep-20202.2 KiB6335

memprof_stack.cppH A D03-Sep-20201.8 KiB6038

memprof_stack.hH A D06-Aug-20242.9 KiB6737

memprof_stats.cppH A D28-Sep-20215.3 KiB158113

memprof_stats.hH A D03-Sep-20201.9 KiB6231

memprof_thread.cppH A D11-Oct-20246.9 KiB220160

memprof_thread.hH A D11-Oct-20243.9 KiB13682

weak_symbols.txtH A D06-Dec-202485 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