Download List

프로젝트 설명

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.

System Requirements

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
3.8

이 릴리스에는 수정 및 개선 번호 : 스레드 할당, 당 좋을 __thread를 지원하지 않는 유닉스 플랫폼을위한 속도를 개선하는 통합; 솔라리스 쓰레드 API를 차단 (thr_ *) 이전 솔라리스 프로그램과 함께 작동하도록; 수정 가능한 레이스 조건;과 힙 손상 또는 기타 오류 확인을 막기 위해 증가했다. 소야 지금은 GNU를 사용하여 지원하는 후크 glibc는 (특히 리눅스), 그것을 기존의 프로그램과 함께 작업할 수 있도록 더 나은 플랫폼에있습니다.
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.

2008-02-20 19:43
3.7.1

이 릴리스의 수정 프로그램 목록에서 Windows 간척 사업에 대한 심각한 버그. 스레드 생성이 수정 프로그램의 작은 메모리 누수. 그것은 실질적으로 64 비트 플랫폼에서 소형 개체에 대한 성능을 증가시킵니다. 그것은 64 비트 Windows에서 작동합니다.
Tags: Major bugfixes
This release fixes a serious bug for Windows in thread reclamation. It fixes a small memory leak in thread creation. It substantially increases performance for small objects on 64-bit platforms. It works on 64-bit Windows.

2007-09-19 09:05
3.7

할당을위한 빠른 경로, 실질적으로 두 32 비트 및 64 비트 코드를 가속 간소화했다. * pthread_ 기반의 스레드가 특정 데이터를 지금은 x86에서 사용되는 - 64, 어디가 더 빠릅니다. 이들은 x86 - 32 벤치 마크 성능을 최대 13 %에 의해, 및 x86 - 64의 최대 32 %까지 향상시킬 결합되어있습니다.
Tags: Major feature enhancements
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%.

2007-05-25 18:53
3.6.2

이 릴리스 및 Mac OS X (다윈)에 건물에 대한 수정 프로그램이 Sun의 컴파일러의 일부 이전 버전을 지원합니다. 그것은 지원 대상으로 FreeBSD를 추가합니다.
Tags: Minor feature enhancements
This release has fixes for building on Mac OS X (Darwin) and to support some older versions of the Sun compilers. It adds FreeBSD as a supported target.

2007-05-22 05:47
3.6.1

통해 x86 - 64 Linux 용 대상에 추가되었습니다 / GCC는 posix_memalign 유닉스 시스템 ()에 대한 지원과 함께, 그리고 정적 라이브러리를 리눅스에 대한 옵션을 빌드합니다.
Tags: Minor feature enhancements
An x86-64 target was added for Linux/GCC along with support for posix_memalign (for Unix systems), and a static library build option for Linux.

Project Resources