slackbuilds/libraries/libhoard
Heinz Wiesinger 926b93d445 various: Replace chmod command with find command from template.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2013-11-25 13:11:59 +01: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 various: Replace chmod command with find command from template. 2013-11-25 13:11:59 +01:00
libhoard.info libraries/libhoard: Added (A memory allocator) 2012-12-23 09:16:23 -05: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.