Difference between revisions of "Halloc"
(Created page with "{{Entry |Name=halloc |Short description=Simplifies memory disposal tasks |Full description=Hierarchical alloc (halloc) is an extension to a standard malloc/free interface that si...") |
(Changed URLs assed GH page and minor) |
||
Line 1: | Line 1: | ||
{{Entry | {{Entry | ||
|Name=halloc | |Name=halloc | ||
− | |Short description=Simplifies memory | + | |Short description=Simplifies memory deallocation tasks |
|Full description=Hierarchical alloc (halloc) is an extension to a standard malloc/free interface that simplifies memory disposal tasks when allocated structures exhibit hierarchical properties. It can be used for various tasks including memory pooling, limited garbage collection, and simplified dynamic structure management. | |Full description=Hierarchical alloc (halloc) is an extension to a standard malloc/free interface that simplifies memory disposal tasks when allocated structures exhibit hierarchical properties. It can be used for various tasks including memory pooling, limited garbage collection, and simplified dynamic structure management. | ||
+ | |Homepage URL=http://swapped.cc/#!/halloc | ||
|User level=none | |User level=none | ||
− | |||
− | |||
− | |||
− | |||
|Computer languages=C | |Computer languages=C | ||
− | |||
− | |||
− | |||
− | |||
− | |||
|Related projects=hhmalloc,hoard,checker,Valgrind,Electric_Fence,ptmalloc2 | |Related projects=hhmalloc,hoard,checker,Valgrind,Electric_Fence,ptmalloc2 | ||
|Keywords=hierarchy,malloc,garbage collection,memory disposal,memory pooling,dynamic structure management | |Keywords=hierarchy,malloc,garbage collection,memory disposal,memory pooling,dynamic structure management | ||
− | |||
− | |||
− | |||
− | |||
− | |||
|Version identifier=1.2.0 | |Version identifier=1.2.0 | ||
|Version date=2004-05-19 | |Version date=2004-05-19 | ||
|Version status=stable | |Version status=stable | ||
− | |Version download=http://swapped.cc/halloc/files/halloc-1.2.0.tar.gz | + | |Version download=http://web.archive.org/web/20060927155434/http://swapped.cc/halloc/files/halloc-1.2.0.tar.gz |
+ | |Version comment=1.2.0 stable released 2004-05-19 | ||
+ | |Last review by=BABA200 | ||
+ | |Last review date=2017/02/15 | ||
+ | |Submitted by=Database conversion | ||
+ | |Submitted date=2011-04-01 | ||
+ | |Status= | ||
+ | |Is GNU=No | ||
+ | |License verified date=2004-04-27 | ||
+ | }} | ||
+ | {{Project license | ||
+ | |License=BSD_3Clause | ||
+ | |License verified by=Janet Casey | ||
|License verified date=2004-04-27 | |License verified date=2004-04-27 | ||
− | |||
}} | }} | ||
{{Person | {{Person | ||
+ | |Real name=Alex Pankratov | ||
|Role=Maintainer | |Role=Maintainer | ||
− | |||
|Email=ap@swapped.cc | |Email=ap@swapped.cc | ||
|Resource URL= | |Resource URL= | ||
Line 38: | Line 36: | ||
|Resource kind=E-mail | |Resource kind=E-mail | ||
|Resource URL=mailto:ap@swapped.cc | |Resource URL=mailto:ap@swapped.cc | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=GH page | ||
+ | |Resource kind=VCS Repository Webview | ||
+ | |Resource URL=https://github.com/apankrat/halloc | ||
}} | }} | ||
{{Software category | {{Software category | ||
|Interface=command-line | |Interface=command-line | ||
+ | |Programming-language=C | ||
|Software-development=small-specific-development-task | |Software-development=small-specific-development-task | ||
|Use=software-development | |Use=software-development | ||
}} | }} | ||
− | {{ | + | {{Featured}} |
− | |||
− | |||
− | |||
− | }} |
Latest revision as of 05:43, 15 February 2017
halloc
http://swapped.cc/#!/halloc
Simplifies memory deallocation tasks
Hierarchical alloc (halloc) is an extension to a standard malloc/free interface that simplifies memory disposal tasks when allocated structures exhibit hierarchical properties. It can be used for various tasks including memory pooling, limited garbage collection, and simplified dynamic structure management.
Download
http://web.archive.org/web/20060927155434/http://swapped.cc/halloc/files/halloc-1.2.0.tar.gz
Categories
Licensing
License
Verified by
Verified on
Notes
Leaders and contributors
Contact(s) | Role |
---|---|
Alex Pankratov | Maintainer |
Resources and communication
Audience | Resource type | URI |
---|---|---|
Bug Tracking,Developer,Support | mailto:ap@swapped.cc | |
GH page | VCS Repository Webview | https://github.com/apankrat/halloc |
Software prerequisites
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.