Skip to content

A simple memory pool allocator which is STL compatible. Written in C++

Notifications You must be signed in to change notification settings

onurerdalli/Simple-Allocator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Allocator

A simple allocator which can be used with STL containers. It uses pre-allocated memory and divides it into free buckets.

About

A simple memory pool allocator which is STL compatible. Written in C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published