summaryrefslogtreecommitdiffhomepage
path: root/include/ocl/allocator_op.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ocl/allocator_op.hpp')
-rw-r--r--include/ocl/allocator_op.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/ocl/allocator_op.hpp b/include/ocl/allocator_op.hpp
index f953391..9092800 100644
--- a/include/ocl/allocator_op.hpp
+++ b/include/ocl/allocator_op.hpp
@@ -1,12 +1,12 @@
/*
* File: allocator_op.hpp
- * Purpose: Allocator System container.
+ * Purpose: Allocator Operations container.
* Author: Amlal El Mahrouss (amlal@nekernel.org)
* Copyright 2025, Amlal El Mahrouss, Licensed under the Boost Software License. Licensed under the BSL 1.0 license
*/
-#ifndef _OCL_ALLOCATOR_SYSTEM_HPP
-#define _OCL_ALLOCATOR_SYSTEM_HPP
+#ifndef __OCL_CORE_ALLOC
+#define __OCL_CORE_ALLOC
#include <ocl/detail/config.hpp>
#include <memory>
@@ -63,4 +63,4 @@ namespace ocl
using allocator = allocator_op<type, global_new_op<type>, global_delete_op<type>>;
} // namespace ocl
-#endif // ifndef _OCL_ALLOCATOR_SYSTEM_HPP \ No newline at end of file
+#endif // ifndef __OCL_CORE_ALLOC \ No newline at end of file