Skip to content

Generic memory pool for fixed types using block allocation and a free list stored within the blocks themselves, with concurrent version using C11 atomics and a spinlock for the allocation of new blocks

License

Notifications You must be signed in to change notification settings

goodcleanfun/memory_pool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

memory_pool

Generic memory pool for fixed types using block allocation and a free list stored within the blocks themselves, with concurrent version using C11 atomics and a spinlock for the allocation of new blocks.

About

Generic memory pool for fixed types using block allocation and a free list stored within the blocks themselves, with concurrent version using C11 atomics and a spinlock for the allocation of new blocks

Resources

License

Stars

Watchers

Forks

Packages

No packages published