zoedaemon / zmempool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zmempool

Memory pool that use naming convention follow the standard stdlib.h (malloc, calloc, realloc & free) and dynamic allocation with no more extra allocation (in malloc & calloc, except free and realloc there is need little allocation for link list for pointing free memory address in mempool)

my old repo : https://bitbucket.org/zoedaemon/zmempool

About

License:MIT License


Languages

Language:C 55.8%Language:C++ 42.1%Language:Makefile 2.1%