Hoard Versions Save

The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.

3.13

5 years ago

This release is for convenience: it includes the latest updates to Hoard (over the past several years) and conveniently bundles the current version of Heap Layers.

3.12

8 years ago

Updated Makefile to automatically detect the build platform.

3.11

8 years ago

This major release incorporates numerous updates for a variety of platforms, including WIndows 10 with Visual Studio 2015.

  • Now that they are widely supported, transitioned to modern C++11 constructs (especially auto and constexpr).
  • Using Travis for continuous integration testing.
  • Incorporates numerous improvements made to Heap Layers (http://github.com/emeryberger/Heap-Layers).

3.10

10 years ago

Numerous performance improvements, especially due to speeding up thread-local access and increasing the size of the thread-local allocation buffer to 2MB. All versions compiled with latest and greatest compilers for all platforms.

For the source code, download the file Hoard-3.10-source.tar.gz, which contains all required code.