Skip to content
forked from ederc/xmalloc

xalloc is a special-purpose memory allocator for small, same-sized memory chunks

License

Notifications You must be signed in to change notification settings

hannes14/xmalloc

This branch is 18 commits ahead of ederc/xmalloc:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

67c886f · May 29, 2013
May 22, 2013
Sep 20, 2012
Nov 2, 2012
May 29, 2013
May 29, 2013
Oct 29, 2012
Jun 20, 2012
Jun 20, 2012
Jun 20, 2012
Jun 20, 2012
Nov 26, 2012
Jun 20, 2012
Jun 21, 2012
Jun 20, 2012
May 23, 2013
Oct 5, 2012
Jun 21, 2012

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

No packages published

Languages

  • XML 68.4%
  • C 19.7%
  • Shell 8.1%
  • C++ 3.8%