working on a thread safe huge page allocator
parent
858a7f5cfe
commit
53c2b66780
|
@ -1,5 +1,5 @@
|
|||
cmake_minimum_required(VERSION 3.25)
|
||||
project(blt-gp VERSION 0.1.8)
|
||||
project(blt-gp VERSION 0.1.9)
|
||||
|
||||
include(CTest)
|
||||
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
#define BLT_GP_STACK_H
|
||||
|
||||
#include <blt/std/types.h>
|
||||
#include <blt/std/atomic_allocator.h>
|
||||
#include <blt/std/assert.h>
|
||||
#include <blt/std/logging.h>
|
||||
#include <blt/std/allocator.h>
|
||||
|
|
Loading…
Reference in New Issue