diff options
Diffstat (limited to 'libraries/libhoard/README')
-rw-r--r-- | libraries/libhoard/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/libhoard/README b/libraries/libhoard/README new file mode 100644 index 000000000000..724118f25813 --- /dev/null +++ b/libraries/libhoard/README @@ -0,0 +1,5 @@ +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. |