package: wnpp severity: wishlist Source: heap-layers Description: High-performance memory allocators Heap Layers provides a flexible infrastructure for composing high performance memory allocators out of C++ "layers". Heap Layers makes it easy to write high quality custom and general purpose memory allocators. . This package also includes HOARD, the fast, scalable and memory efficient allocator for multiprocessors.
License: Dual GPL and proprietory Author : Emery Berger <[EMAIL PROTECTED]> Homepage: http://www.cs.umass.edu/~emery/heaplayers.html Basically, this source will provide common base classes for high-perfomance allocators as well as some replacements for malloc/alloc, including hoard (libhoard). - Adam