aboutsummaryrefslogtreecommitdiff
path: root/headers/arena.cuh
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2021-11-05 17:08:00 +0800
committerKunoiSayami <[email protected]>2021-11-05 17:08:00 +0800
commit0a809645da4141e026867f6e0d81c71f02f1bc4e (patch)
treedd14a8af6d0c64249457008b2850148c3377f87a /headers/arena.cuh
parent01769e17e318deab2b9ffc2fc49464e50f865c15 (diff)
test: Add arena_test
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'headers/arena.cuh')
-rw-r--r--headers/arena.cuh6
1 files changed, 3 insertions, 3 deletions
diff --git a/headers/arena.cuh b/headers/arena.cuh
index 20da470..5f8d1c7 100644
--- a/headers/arena.cuh
+++ b/headers/arena.cuh
@@ -2,8 +2,8 @@
// Created by user on 20/10/2021.
//
-#ifndef CLEVELDB_ARENA_CUH
-#define CLEVELDB_ARENA_CUH
+#ifndef CLEVELDB_ARENA_TEST_CUH
+#define CLEVELDB_ARENA_TEST_CUH
#include <atomic>
@@ -65,4 +65,4 @@ inline char* Arena::Allocate(size_t bytes) {
} // namespace cleveldb
-#endif //CLEVELDB_ARENA_CUH
+#endif //CLEVELDB_ARENA_TEST_CUH