買いだめはマルチ スレッド アプリケーションのためのスケーラブルなメモリ アロケーター (malloc 交換) です。買いだめは、マルチコア マシンでアプリケーションのパフォーマンスを大幅に向上することができます。あなたのソースへの変更は不要です。それをリンクします。買いだめは少なくとも 64 プロセッサまで線形にスケーリングされます。サポートされているプラットフォームには、Linux、Solaris、Mac OS X と Windows が含まれます。
This release incorporates a number of fixes and improvements: better per-thread allocation, improving speed for Unix platforms that do not support __thread; interception of the Solaris threads API (thr_*) to work with older Solaris programs; a fix for a possible race condition; and increased checking to protect against heap corruption or other errors. Hoard now uses GNU-supported hooks on platforms with glibc (especially Linux), allowing it to work better with legacy programs.