slackbuilds_ponce/libraries/libhoard/README
Heinz Wiesinger d98d8dbd53 libraries/libhoard: Added (A memory allocator)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2012-12-23 09:16:23 -05:00

5 lines
326 B
Text

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.