diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-05 08:41:23 -0500 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-05 08:41:23 -0500 |
| commit | 85ee44f72ee2b65656111a6749f3c6cea6ff33e4 (patch) | |
| tree | afc85021c5fb8b1e2b98f4737ceb1469a65e4278 /include/ocl/allocator_op.hpp | |
| parent | c0ff4b289a74d2ce9cb390aaceba4bd5e1d4fd0f (diff) | |
chore: new version of OCL.Core.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/ocl/allocator_op.hpp')
| -rw-r--r-- | include/ocl/allocator_op.hpp | 8 |
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 |
