Skip to content

Therdel/HeteroArenaAllocator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HeteroArenaAllocator

Heap- and stack-local heterogeneous arena allocation in C++

CMake Integration

If you're including this in another CMake project, you can simply clone this repo into your project directory, and add the following to your CMakeLists.txt:

add_subdirectory(HeteroArenaAllocator)

target_include_directories(<your program> ${HETEROARENAALLOCATOR_INCLUDE_DIRS})

Credit

Howard Hinnants STL-compatible allocator and stack arena:
http://howardhinnant.github.io/stack_alloc.html

About

Heap- and Stack-local arenas and allocators in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published