Hoard memory allocator: Difference between revisions

Content deleted Content added
Cavit (talk | contribs)
License has changed to Apache v2
m Corrected developers and last release date.
Line 3:
|name = Hoard
|author = Emery Berger, [[Kathryn S. McKinley]], Robert D. Blumofe, Paul R. Willson
|developer = Emery Berger
|developer = Emery Berger, Martin Bachtold, Trey Boudreau, John Calcote, Robert Fleischman, Bo Granlund, John Hickin, Paul Larson, Maged Michael, Kevin Mills, Ganesan Rajagopal, Benoit Rignault
|released = {{Start date|1999|09|29}}
|latest release version = 3.1113
|latest release date = {{Start date and age|20152019|81|51}}
|operating system = [[Linux]], [[OS X]], [[Microsoft Windows]], [[Solaris (operating system)|Solaris]] and others{{which|date=December 2017}}
|language = [[C++]]
|genre = [[Memory allocation]]
Line 13:
|website = {{URL|hoard.org}}
}}
The '''Hoard memory allocator''', or '''Hoard''', is a [[memory allocation|memory allocator]] for [[Linux]], [[SolarisOS (operating system)|SolarisX]], and [[Microsoft Windows]] and other [[operating systems]]. Hoard is designed to be efficient when used by [[Multithreading (computer architecture)|multithreaded]] applications on [[multiprocessor]] computers. Hoard is distributed under the [[Apache License]], version 2.0.
 
==History==