rename, going to make a new allocator
parent
9ce6c89ce0
commit
675c4234bc
|
@ -1,6 +1,6 @@
|
|||
cmake_minimum_required(VERSION 3.20)
|
||||
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_TARGET BLT)
|
||||
|
|
|
@ -119,7 +119,9 @@ namespace blt
|
|||
// std::atomic<block*> head = nullptr;
|
||||
// Alloc alloc;
|
||||
// };
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
#endif //BLT_ATOMIC_ALLOCATOR_H
|
Loading…
Reference in New Issue