Hoard memory allocator: Difference between revisions

Content deleted Content added
m Fixed a typo.
See also: annlink
 
(4 intermediate revisions by 4 users not shown)
Line 1:
{{short description|A memoryMemory allocator}}
{{Infobox software
|name = Hoard
|author = Emery Berger, [[Kathryn S. McKinley]], Robert D. Blumofe, Paul R. WillsonWilson
|developer = Emery Berger
|released = {{Start date|1999|09|29}}
Line 20:
Hoard continues to be maintained and improved, and is in use by a number of open source and commercial projects.<ref>{{cite web |title=An alternative Memory Allocator for the standard glibc |date=2007-09-16 |url=http://ineluttabile.it/node/6 |archiveurl=https://web.archive.org/web/20111007180846/http://ineluttabile.it/node/6 |archivedate=2011-10-07}}</ref><ref>{{cite web |title=GNU Common C++ Downloading |url=http://www.gnutelephony.org/index.php?title=GNU_Common_C%2B%2B&oldid=1105#Downloading}}</ref>
 
It has also inspired changes to other memory allocators such as the one in [[OS X]] since February 2008 (first released in [[Mac OS X Snow Leopard]]).<ref>{{cite web |title=I’mI'm a Mac (or, “Emery"Emery Inside”Inside") |date=26 October 2010|url=http://emeryblogger.com/2010/10/26/im-a-mac-or-emery-inside/}}</ref><ref>{{cite web |title=A look at how malloc works on the Mac |url=http://www.cocoawithlove.com/2010/05/look-at-how-malloc-works-on-mac.html}}</ref>
 
==See also==
{{Portal|Free and open-source software}}
*[[{{annotated link|C dynamic memory allocation]]}}
*[[{{annotated link|Manual memory management]]}}
*[[{{annotated link|Dynamic memory allocation]]}}
*[[{{annotated link|mimalloc]]}}
 
==References==