買いだめはマルチ スレッド アプリケーションのためのスケーラブルなメモリ アロケーター (malloc 交換) です。買いだめは、マルチコア マシンでアプリケーションのパフォーマンスを大幅に向上することができます。あなたのソースへの変更は不要です。それをリンクします。買いだめは少なくとも 64 プロセッサまで線形にスケーリングされます。サポートされているプラットフォームには、Linux、Solaris、Mac OS X と Windows が含まれます。
The fast path for allocation was streamlined,
substantially accelerating both 32-bit and 64-bit
code. pthread_* based thread-specific data is now
used for x86-64, where it's faster. These combine
to improve benchmark performance on x86-32 by up
to 13%, and on x86-64 by up to 32%.