working on a thread safe huge page allocator

shared
Brett 2024-08-18 13:43:36 -04:00
parent 858a7f5cfe
commit 53c2b66780
2 changed files with 2 additions and 1 deletions

View File

@ -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)

View File

@ -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>