Skip to content

A collection of custom thread-safe memory allocators in C++.

License

Notifications You must be signed in to change notification settings

maldenol/custom-memory-allocator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

custom-memory-allocator

A collection of custom thread-safe memory allocators in C++.

Content:

  1. Free list allocator.
  2. Tests for free list and free list allocator classes.

TODO:

  1. Buddy allocator.
  2. Slab allocator.
  3. Benchmarking.

About

A collection of custom thread-safe memory allocators in C++.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published