rename, going to make a new allocator

v1
Brett 2024-08-22 02:45:20 -04:00
parent 9ce6c89ce0
commit 675c4234bc
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.20) cmake_minimum_required(VERSION 3.20)
include(cmake/color.cmake) include(cmake/color.cmake)
set(BLT_VERSION 0.18.40) set(BLT_VERSION 0.19.0)
set(BLT_TEST_VERSION 0.0.1) set(BLT_TEST_VERSION 0.0.1)
set(BLT_TARGET BLT) set(BLT_TARGET BLT)

View File

@ -119,7 +119,9 @@ namespace blt
// std::atomic<block*> head = nullptr; // std::atomic<block*> head = nullptr;
// Alloc alloc; // Alloc alloc;
// }; // };
} }
#endif //BLT_ATOMIC_ALLOCATOR_H #endif //BLT_ATOMIC_ALLOCATOR_H