Skip to content

A thread safe bucket memory allocator for memory management on Linux systems.

Notifications You must be signed in to change notification settings

aryanshah701/bucket-allocator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bucket Memory Allocator

A thread-safe bucket memory allocator for memory management on Linux systems.

Utilizes Arenas for thread safety and a bucket based approach like Facebook's jemalloc in order to achieve constant time alllocations and deallocations at the cost of some internal and external fragmentation and large startup allocation.

About

A thread safe bucket memory allocator for memory management on Linux systems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published