
git-subtree-dir: deps/memkind/src git-subtree-split: bb9f19dd1b3ed6cc5e1b35919564ccf6f4b32f69
160 lines
4.6 KiB
Plaintext
160 lines
4.6 KiB
Plaintext
astyle.sh
|
|
autogen.sh
|
|
build.sh
|
|
build_jemalloc.sh
|
|
install_astyle.sh
|
|
Makefile.am
|
|
configure.ac
|
|
autohbw/Makefile.mk
|
|
autohbw/autohbw.c
|
|
autohbw/autohbw_get_src_lines.pl
|
|
autohbw/autohbw_test.sh
|
|
examples/Makefile.mk
|
|
examples/autohbw_candidates.c
|
|
examples/filter_example.c
|
|
examples/hello_hbw_example.c
|
|
examples/memkind_allocated_example.cpp
|
|
examples/memkind_allocated.hpp
|
|
examples/hello_memkind_example.c
|
|
examples/memkind_decorator_debug.c
|
|
man/memkind-hbw-nodes.1
|
|
man/autohbw.7
|
|
man/hbwmalloc.3
|
|
man/memkind.3
|
|
man/memkind_arena.3
|
|
man/memkind_default.3
|
|
man/memkind_hbw.3
|
|
man/memkind_hugetlb.3
|
|
man/hbwallocator.3
|
|
man/pmemallocator.3
|
|
memkind.spec.mk
|
|
src/heap_manager.c
|
|
src/hbwmalloc.c
|
|
src/memkind.c
|
|
src/memkind_arena.c
|
|
src/memkind_default.c
|
|
src/memkind_gbtlb.c
|
|
src/memkind_hbw.c
|
|
src/memkind_regular.c
|
|
src/memkind_hugetlb.c
|
|
src/memkind_interleave.c
|
|
src/memkind_log.c
|
|
src/memkind-hbw-nodes.c
|
|
src/tbb_wrapper.c
|
|
src/Makefile.mk
|
|
include/hbwmalloc.h
|
|
include/memkind.h
|
|
include/memkind_deprecated.h
|
|
include/hbw_allocator.h
|
|
include/pmem_allocator.h
|
|
include/memkind/internal/heap_manager.h
|
|
include/memkind/internal/memkind_arena.h
|
|
include/memkind/internal/memkind_default.h
|
|
include/memkind/internal/memkind_gbtlb.h
|
|
include/memkind/internal/memkind_hbw.h
|
|
include/memkind/internal/memkind_regular.h
|
|
include/memkind/internal/memkind_hugetlb.h
|
|
include/memkind/internal/memkind_interleave.h
|
|
include/memkind/internal/memkind_pmem.h
|
|
include/memkind/internal/memkind_private.h
|
|
include/memkind/internal/memkind_log.h
|
|
include/memkind/internal/tbb_wrapper.h
|
|
test/Makefile.mk
|
|
test/Allocator.hpp
|
|
test/TestPolicy.hpp
|
|
test/bat_tests.cpp
|
|
test/check.cpp
|
|
test/check.h
|
|
test/common.h
|
|
test/static_kinds_list.h
|
|
test/environ_err_hbw_malloc_test.cpp
|
|
test/gb_page_tests_bind_policy.cpp
|
|
test/main.cpp
|
|
test/multithreaded_tests.cpp
|
|
test/negative_tests.cpp
|
|
test/test.sh
|
|
test/trial_generator.cpp
|
|
test/trial_generator.h
|
|
test/error_message_tests.cpp
|
|
test/get_arena_test.cpp
|
|
test/locality_test.cpp
|
|
test/memkind_pmem_tests.cpp
|
|
test/memkind_pmem_long_time_tests.cpp
|
|
test/memory_footprint_test.cpp
|
|
test/memory_manager.h
|
|
test/random_sizes_allocator.h
|
|
test/proc_stat.h
|
|
test/static_kinds_tests.cpp
|
|
test/huge_page_test.cpp
|
|
test/hbw_verify_function_test.cpp
|
|
test/performance/framework.hpp
|
|
test/performance/framework.cpp
|
|
test/performance/operations.hpp
|
|
test/performance/perf_tests.hpp
|
|
test/performance/perf_tests.cpp
|
|
test/hbw_allocator_tests.cpp
|
|
test/decorator_test.cpp
|
|
test/decorator_test.h
|
|
test/alloc_performance_tests.cpp
|
|
test/allocator_perf_tool/AllocationSizes.hpp
|
|
test/allocator_perf_tool/Allocation_info.hpp
|
|
test/allocator_perf_tool/Allocation_info.cpp
|
|
test/allocator_perf_tool/Allocator.hpp
|
|
test/allocator_perf_tool/AllocatorFactory.hpp
|
|
test/allocator_perf_tool/CSVLogger.hpp
|
|
test/allocator_perf_tool/CommandLine.hpp
|
|
test/allocator_perf_tool/Configuration.hpp
|
|
test/allocator_perf_tool/ConsoleLog.hpp
|
|
test/allocator_perf_tool/FunctionCalls.hpp
|
|
test/allocator_perf_tool/FunctionCallsPerformanceTask.cpp
|
|
test/allocator_perf_tool/FunctionCallsPerformanceTask.h
|
|
test/allocator_perf_tool/GTestAdapter.hpp
|
|
test/allocator_perf_tool/Iterator.hpp
|
|
test/allocator_perf_tool/JemallocAllocatorWithTimer.hpp
|
|
test/allocator_perf_tool/Makefile
|
|
test/allocator_perf_tool/MemkindAllocatorWithTimer.hpp
|
|
test/allocator_perf_tool/Numastat.hpp
|
|
test/allocator_perf_tool/Runnable.hpp
|
|
test/allocator_perf_tool/PmemMockup.cpp
|
|
test/allocator_perf_tool/PmemMockup.hpp
|
|
test/allocator_perf_tool/ScenarioWorkload.cpp
|
|
test/allocator_perf_tool/ScenarioWorkload.h
|
|
test/allocator_perf_tool/StandardAllocatorWithTimer.hpp
|
|
test/allocator_perf_tool/Stats.hpp
|
|
test/allocator_perf_tool/StressIncreaseToMax.cpp
|
|
test/allocator_perf_tool/StressIncreaseToMax.h
|
|
test/allocator_perf_tool/Task.hpp
|
|
test/allocator_perf_tool/TaskFactory.hpp
|
|
test/allocator_perf_tool/Tests.hpp
|
|
test/allocator_perf_tool/Thread.hpp
|
|
test/allocator_perf_tool/TimerSysTime.hpp
|
|
test/allocator_perf_tool/VectorIterator.hpp
|
|
test/allocator_perf_tool/Workload.hpp
|
|
test/allocator_perf_tool/WrappersMacros.hpp
|
|
test/allocator_perf_tool/HugePageUnmap.hpp
|
|
test/allocator_perf_tool/HugePageOrganizer.hpp
|
|
test/allocator_perf_tool/HBWmallocAllocatorWithTimer.hpp
|
|
test/allocator_perf_tool/main.cpp
|
|
test/allocate_to_max_stress_test.cpp
|
|
test/memkind_versioning_tests.cpp
|
|
test/heap_manager_init_perf_test.cpp
|
|
test/autohbw_test_helper.c
|
|
test/trace_mechanism_test_helper.c
|
|
test/hbw_detection_test.py
|
|
test/autohbw_test.py
|
|
test/trace_mechanism_test.py
|
|
test/python_framework/cmd_helper.py
|
|
test/python_framework/huge_page_organizer.py
|
|
test/python_framework/__init__.py
|
|
test/draw_plots.py
|
|
test/run_alloc_benchmark.sh
|
|
test/alloc_benchmark.c
|
|
test/load_tbbmalloc_symbols.c
|
|
test/tbbmalloc.h
|
|
test/freeing_memory_segfault_test.cpp
|
|
test/dlopen_test.cpp
|
|
test/pmem_allocator_tests.cpp
|
|
man/memkind_pmem.3
|
|
src/memkind_pmem.c
|
|
|