Skip to content

alitokur/arena-allocator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arena Allocator

A custom memory allocator written in C++.

Work In Progress Build

region based memory allocator - fundamental custom memory allocation system.

  • Clone the repository:
git clone 
  • Create a build directory:
mkdir build && cd build
  • Run CMake:
cmake ..
  • Build the project:
make

If the build is successful, you should see the executable file for your project in the build directory.

About

The Arena Allocator (Linear Allocator)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published