Télécharger la liste

Description du projet

Hoard is a scalable memory allocator (malloc replacement) for
multithreaded applications. Hoard can dramatically improve your
application's performance on multicore machines. No changes to your
source are necessary; just link it in. Hoard scales linearly up to at
least 64 processors. Supported platforms include Linux, Solaris, Mac OS X, and
Windows.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-11-11 03:39 Retour à la liste release
3.8

Le présent communiqué comprend un certain nombre de correctifs et d'améliorations: une meilleure per-allocation des threads, l'amélioration de vitesse pour les plates-formes Unix qui ne supportent pas __thread; interception des threads de Solaris API (thr_ *) pour travailler avec des programmes plus anciens Solaris; un correctif pour une éventuelle course état, et a augmenté de vérification à protéger contre la corruption du tas ou autres erreurs. Hoard utilise désormais GNU appuyé des crochets sur les plates-formes avec la glibc (surtout Linux), ce qui lui permet de mieux travailler avec les programmes existants.
Tags: Major bugfixes, Feature Enhancements
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.

Project Resources