Projects / halloc

halloc

Hierarchical alloc (halloc) is an extension to a standard malloc/free interface that simplifies tasks of memory disposal when allocated structures exhibit hierarchical properties. Halloc can be used for a number of tasks, including memory pooling, limited garbage collection, and simplified dynamic structure management.

Tags Software Development
Licenses BSD Revised
Operating Systems OS Independent
Implementation C

Tweet this project Short link

Rss Recent releases

  • Rrelease-mid
  •  19 May 2004 00:40
  • Rrelease-after

Changes: This version comes with further improved C standard compliance.

  • Rrelease-mid
  •  26 Apr 2004 20:47
  • Rrelease-after

Changes: The release is a complete rewrite of the reference implementation of Hierarchical Malloc API. It is now operates at O(1), respects the memory alignment of a target platform, and has a smaller memory overhead.

  • Rrelease-mid
  •  12 Aug 2003 11:33
  • Rrelease-after

Changes: The API has been extended with a diagnostic method. A minor bug in a reference implementation has been fixed.

  • Rrelease-mid
  •  31 Jul 2003 05:45
  • Rrelease-after

Changes: The public API was extended with another (previously internal) method.

  • Rrelease-mid
  •  18 Jul 2003 10:56
  • Rrelease-after

Changes: Debugging support has been added. The hh_free() method has been patched.

No-screenshot

Project Spotlight

Detached Quercus

A launchpad to run Quercus PHP in Java without a Web server.

No-screenshot

Project Spotlight

Tie::Table

A Perl module which maps database tables to hashes.