forked from memkind/memkind
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
141 lines (141 loc) · 2.9 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
*.a
*.la
*.lo
*.o
*.so
*~
.cproject
.deps/
.dirstamp
.libs/
.project
/Makefile
/Makefile.in
/VERSION
/aclocal.m4
/ar-lib
/compile
/config.guess
/config.h
/config.h.in
/config.log
/config.status
/config.sub
/config_tls.h
/configure
/depcomp
/examples/*.la
/examples/*.lo
/examples/*.o
/examples/.deps/
/examples/.dirstamp
/examples/.libs/
/examples/autohbw_candidates
/examples/filter_memkind
/examples/hello_hbw
/examples/hello_memkind
/examples/hello_memkind_debug
/examples/memkind_allocated
/examples/memkind_cpp_allocator
/examples/memkind_get_stat
/examples/pmem_alignment
/examples/pmem_and_dax_kmem_kind
/examples/pmem_and_default_kind
/examples/pmem_config
/examples/pmem_cpp_allocator
/examples/fixed_cpp_allocator
/examples/pmem_detect_kind
/examples/pmem_free_with_unknown_kind
/examples/pmem_kinds
/examples/pmem_malloc
/examples/fixed_malloc
/examples/pmem_malloc_unlimited
/examples/pmem_multithreads
/examples/pmem_multithreads_onekind
/examples/pmem_usable_size
/install-sh
/jemalloc/configure
/jemalloc/obj/
/libtool
/ltmain.sh
/m4/
/memkind-*.spec
/memkind-*.tar.gz
/memkind-auto-dax-kmem-nodes
/memkind-hbw-nodes
/memkind-memory-matrix
/missing
/src/memkind_defines.h.in
/stamp-h1
/stamp-h2
/test-driver
/test-suite.log
/test/*.o
/test/**/*.pyc
/test/*.so
/test/.deps/
/test/.dirstamp
/test/.libs/
/test/all_tests
/test/alloc_benchmark_glibc
/test/alloc_benchmark_hbw
/test/alloc_benchmark_pmem
/test/alloc_benchmark_tbb
/test/allocator_perf_tool_tests
/test/autohbw_candidates
/test/autohbw_test_helper
/test/background_threads_test
/test/check.sh.log
/test/check.sh.trs
/test/dax_kmem_test
/test/decorator_test
/test/environ_err_dax_kmem_malloc_positive_test
/test/environ_err_dax_kmem_malloc_test
/test/environ_err_hbw_malloc_test
/test/environ_err_hbw_threshold_test
/test/environ_max_bg_threads_test
/test/filter_memkind
/test/fragmentation_benchmark_pmem
/test/freeing_memory_segfault_test
/test/gb_page_tests_bind_policy
/test/get_capacity_test
/test/hello_hbw
/test/hello_memkind
/test/hello_memkind_debug
/test/hmat_test
/test/locality_test
/test/mallocerr_test
/test/memkind_allocated
/test/memkind_cpp_allocator
/test/memkind_get_stat
/test/memkind_highcapacity_test
/test/memkind_stat_test
/test/memkind_memtier_data_movement_test
/test/memkind_memtier_dax_kmem_test
/test/memkind_memtier_test
/test/perf_tool
/test/performance_test
/test/performance/.deps/
/test/pmem_alignment
/test/pmem_and_dax_kmem_kind
/test/pmem_and_default_kind
/test/pmem_config
/test/pmem_cpp_allocator
/test/fixed_cpp_allocator
/test/pmem_detect_kind
/test/pmem_free_with_unknown_kind
/test/pmem_kinds
/test/pmem_malloc
/test/pmem_malloc_unlimited
/test/pmem_multithreads
/test/pmem_multithreads_onekind
/test/pmem_test
/test/pmem_usable_size
/test/stats_print_test_helper
/test/trace_mechanism_test_helper
/test/defrag_reallocate
/utils/memtier_counter_bench/memtier_counter_bench
/utils/memtier_zipf_bench/memtier_zipf_bench
/vs
autom4te.cache/
memkind.pc