diff options
| author | KunoiSayami <[email protected]> | 2021-11-05 17:08:00 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2021-11-05 17:08:00 +0800 |
| commit | 0a809645da4141e026867f6e0d81c71f02f1bc4e (patch) | |
| tree | dd14a8af6d0c64249457008b2850148c3377f87a /headers/arena.cuh | |
| parent | 01769e17e318deab2b9ffc2fc49464e50f865c15 (diff) | |
test: Add arena_test
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'headers/arena.cuh')
| -rw-r--r-- | headers/arena.cuh | 6 |
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 |
