Categories
hoard
Hoard is a fast, scalable and memory-efficient allocator for multiprocessors. It solves the heap contention problem caused when multiple threads call dynamic memory allocation functions like malloc() and free() (or new and delete), and can dramatically improve the performance of multithreaded programs running on multiprocessors. it is a drop-in replacement for malloc(), etc., so you don't have to change your source code.
Last updated 13 Dec, 2004
Versions
3.2.2
3.2.2 stable released 2004-12-13
- Released: 13 Dec, 2004
- Code Maturity: Stable
- Source Archive: http://www.cs.umass.edu/~emery/software/heaplay...
- Licenses: GPL
- Interfaces: Library




