forked from ederc/xmalloc
-
Notifications
You must be signed in to change notification settings - Fork 0
xalloc is a special-purpose memory allocator for small, same-sized memory chunks
License
hannes14/xmalloc
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Special purpose allocator for (eXtra-)small, same-sized memory (XMALLOC) ======================================================================== XMALLOC is a memory allocator for fast allocation and deallocation of lots of small, same-sized memory chunks. Note that XMALLOC is not meant to replace your system malloc, but it is especially designed for applications with the above mentioned allocation-behaviour.
About
xalloc is a special-purpose memory allocator for small, same-sized memory chunks
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- XML 68.4%
- C 19.7%
- Shell 8.1%
- C++ 3.8%