forked from memkind/memkind
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
94 lines (94 loc) · 1.57 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
.cproject
.project
autom4te.cache/
*.a
*.o
*.so
*.la
*.lo
.deps/
.dirstamp
.libs/
/aclocal.m4
/ar-lib
/compile
/config.guess
/config.h
/config.h.in
/config.log
/config.status
/config.sub
/configure
/depcomp
/config_tls.h
/install-sh
/libtool
/ltmain.sh
/m4/
/memkind-*.spec
/memkind-*.tar.gz
/Makefile
/Makefile.in
/missing
/stamp-h1
/stamp-h2
/jemalloc/obj/
/jemalloc/configure
/src/memkind_defines.h.in
/test/all_tests
/test/.deps/
/test/.dirstamp
/test/.libs/
/test/*.o
/test/performance/.deps/
/test/*.so
/test/check.sh.log
/test/check.sh.trs
/test-suite.log
/VERSION
/examples/.deps/
/examples/.dirstamp
/examples/.libs/
/examples/*.o
/examples/*.lo
/examples/*.la
/memkind-hbw-nodes
/test/allocator_perf_tool_tests
/test/autohbw_candidates
/test/locality_test
/test/decorator_test
/test/eratosthenes
/test/environerr_hbw_malloc_test
/test/environerr_test
/test/freeing_memory_segfault_test
/test/filter_memkind
/test/gb_page_tests_bind_policy
/test/hello_hbw
/test/hello_memkind
/test/hello_memkind_debug
/test/mallocerr_test
/test/memkind_allocated
/test/new_kind
/test/perf_tool
/test/pmem
/test/schedcpu_test
/test/tieddisterr_test
/test/alloc_benchmark_glibc
/test/alloc_benchmark_hbw
/test/alloc_benchmark_tbb
/test/autohbw_test_helper
/test/environ_err_hbw_malloc_test
/test/trace_mechanism_test_helper
/examples/autohbw_candidates
/examples/eratosthenes
/examples/filter_memkind
/examples/hello_hbw
/examples/hello_memkind
/examples/hello_memkind_debug
/examples/memkind_allocated
/examples/new_kind
/examples/numakind_test
/examples/numakind_macro.h
/examples/pmem_memkind
/test-driver
/vs