slackbuilds/libraries/libhoard
Heinz Wiesinger d98d6b9237 libraries/libhoard: Updated for version 3.10.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
2014-01-07 11:13:06 -06:00
..
README libraries/libhoard: Added (A memory allocator) 2012-12-23 09:16:23 -05:00
gnuwrapper.cpp.patch libraries/libhoard: Added (A memory allocator) 2012-12-23 09:16:23 -05:00
libhoard.SlackBuild libraries/libhoard: Updated for version 3.10. 2014-01-07 11:13:06 -06:00
libhoard.info libraries/libhoard: Updated for version 3.10. 2014-01-07 11:13:06 -06:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

The Hoard memory allocator is a fast, scalable, and memory-efficient
memory allocator. It runs on a variety of platforms, including Linux,
Solaris, and Windows. Hoard is a drop-in replacement for malloc()
that can dramatically improve application performance, especially for
multithreaded programs running on multiprocessors.