Skip to content

C language implementation of memory pool using the default memory management function new/delete or malloc/free and free memory allocated on the heap will have some extra overhead.

License

Notifications You must be signed in to change notification settings

jinshaohui/MemPool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MemPool

C language implementation of memory pool using the default memory management function new/delete or malloc/free and free memory allocated on the heap will have some extra overhead.

About

C language implementation of memory pool using the default memory management function new/delete or malloc/free and free memory allocated on the heap will have some extra overhead.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages