emeryberger / Hoard

The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.
http://www.hoard.org
Apache License 2.0
1.09k stars 127 forks source link

Extending the HoardSuperblock to support different headers #40

Closed iyzhang closed 6 years ago

iyzhang commented 6 years ago

Hi,

I'd like to be able to add additional fields to the HoardSuperblock header. If the Header were passed as a template parameter, that would be easy.

Thanks, Irene

emeryberger commented 6 years ago

Forgot to close (implemented with https://github.com/emeryberger/Hoard/commit/baa62abb7eb873bd40068fbb96f44d7939164a20).