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.
-
Notifications
You must be signed in to change notification settings - Fork 0
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
goodcleanfun/memory_pool
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published