forked from memkind/memkind
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
111 lines (111 loc) · 2.05 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
*.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/pmem_alignment
/examples/pmem_and_default_kind
/examples/pmem_config
/examples/pmem_cpp_allocator
/examples/pmem_detect_kind
/examples/pmem_free_with_unknown_kind
/examples/pmem_kinds
/examples/pmem_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-hbw-nodes
/missing
/src/memkind_defines.h.in
/stamp-h1
/stamp-h2
/test-driver
/test-suite.log
/test/*.o
/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/check.sh.log
/test/check.sh.trs
/test/decorator_test
/test/environ_err_hbw_malloc_test
/test/environerr_hbw_malloc_test
/test/environerr_test
/test/filter_memkind
/test/fragmentation_benchmark_pmem
/test/freeing_memory_segfault_test
/test/gb_page_tests_bind_policy
/test/hello_hbw
/test/hello_memkind
/test/hello_memkind_debug
/test/locality_test
/test/mallocerr_test
/test/memkind_allocated
/test/perf_tool
/test/performance/.deps/
/test/pmem_alignment
/test/pmem_and_default_kind
/test/pmem_config
/test/pmem_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_usable_size
/test/trace_mechanism_test_helper
/vs
autom4te.cache/
memkind.pc