From d98d8dbd531e84c6fd671d854c5cc44be4b6b427 Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Sun, 16 Dec 2012 17:42:56 -0500 Subject: libraries/libhoard: Added (A memory allocator) Signed-off-by: dsomero --- libraries/libhoard/slack-desc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 libraries/libhoard/slack-desc (limited to 'libraries/libhoard/slack-desc') diff --git a/libraries/libhoard/slack-desc b/libraries/libhoard/slack-desc new file mode 100644 index 0000000000000..1d862b0d57ecf --- /dev/null +++ b/libraries/libhoard/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +libhoard: libhoard (A memory allocator) +libhoard: +libhoard: The Hoard memory allocator is a fast, scalable, and memory-efficient +libhoard: memory allocator. It runs on a variety of platforms, including Linux, +libhoard: Solaris, and Windows. Hoard is a drop-in replacement for malloc() +libhoard: that can dramatically improve application performance, especially for +libhoard: multithreaded programs running on multiprocessors. +libhoard: +libhoard: Homepage: http://www.hoard.org/ +libhoard: +libhoard: -- cgit v1.2.3