Summary: How to use Winhoard memory allocation optimizer on windows
Overview
The Winhoard dll is provided for use in multithreaded applications on windows, because of the poor performance of the Microsoft CRT provided with windows.
HOW TO:
To enable the use of winhoard in your application you need to add it to your application linking. Add "usewinhoard.obj winhoard.lib" to your linker additional dependencies as shown in the picture below:
The "usewinhoard.obj winhoard.lib" must appear first, otherwise you can encounter problems in runtime.