Difference between revisions of "Mempool"
(resources) |
|||
Line 4: | Line 4: | ||
|Full description=GNU MemPool is a stand-alone memory allocation library. It is a block allocator library that | |Full description=GNU MemPool is a stand-alone memory allocation library. It is a block allocator library that | ||
uses a single fixed size memory pool to allocate variable sized memory blocks, and | uses a single fixed size memory pool to allocate variable sized memory blocks, and | ||
− | exports functions similar to malloc, realloc and free. It is intended to either simulate low memory targets | + | exports functions similar to malloc, realloc and free. It is intended to either simulate low |
− | + | memory targets or to completely replace the system memory management. | |
|Homepage URL=https://www.gnu.org/software/mempool/ | |Homepage URL=https://www.gnu.org/software/mempool/ | ||
|Is High Priority Project=No | |Is High Priority Project=No | ||
+ | |VCS checkout command=git clone git://git.savannah.gnu.org/mempool.git | ||
|Documentation note=https://www.gnu.org/software/mempool/manual/ | |Documentation note=https://www.gnu.org/software/mempool/manual/ | ||
− | |Decommissioned | + | |Decommissioned or Obsolete=No |
− | | | + | |Donate=https://my.fsf.org/donate |
− | | | + | |Version date=2017/10/18 |
+ | |Version status=stable | ||
|Last review by=Bendikker | |Last review by=Bendikker | ||
− | |Last review date=2018/ | + | |Last review date=2018/07/03 |
|Submitted by=Bendikker | |Submitted by=Bendikker | ||
|Submitted date=2018/04/27 | |Submitted date=2018/04/27 | ||
+ | |Paid support=https://www.fsf.org/resources/service | ||
+ | |Accepts cryptocurrency donations=Yes | ||
+ | |Test entry=No | ||
|Is GNU=Yes | |Is GNU=Yes | ||
|GNU package identifier=mempool | |GNU package identifier=mempool | ||
+ | |Decommissioned/Obsolete=No | ||
}} | }} | ||
{{Project license | {{Project license | ||
− | |License=GPLv3orlater | + | |License=GPLv3orlater with exception |
+ | |License verified by=Bendikker | ||
+ | |License verified date=2018/07/03 | ||
|License note=with eCos exception | |License note=with eCos exception | ||
+ | }} | ||
+ | {{Person | ||
+ | |Real name=Bernd Edlinger | ||
+ | |Role=maintainer | ||
+ | |Email=bernd.edlinger@hotmail.de | ||
}} | }} | ||
{{Resource | {{Resource | ||
Line 29: | Line 42: | ||
{{Resource | {{Resource | ||
|Resource kind=VCS Repository Webview | |Resource kind=VCS Repository Webview | ||
− | |Resource URL=https://git.savannah.gnu.org/cgit/mempool.git/ | + | |Resource URL=https://git.savannah.gnu.org/cgit/mempool.git |
+ | }} | ||
+ | {{Resource | ||
+ | |Resource kind=Mailing List | ||
+ | |Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss | ||
}} | }} | ||
{{Software category | {{Software category | ||
+ | |Library=C | ||
|Programming-language=C | |Programming-language=C | ||
+ | |Runs-on=GNU/Linux | ||
}} | }} | ||
{{Featured}} | {{Featured}} |
Revision as of 04:44, 3 July 2018
GNU MemPool
https://www.gnu.org/software/mempool/
Stand-alone memory allocation library.
GNU MemPool is a stand-alone memory allocation library. It is a block allocator library that uses a single fixed size memory pool to allocate variable sized memory blocks, and exports functions similar to malloc, realloc and free. It is intended to either simulate low memory targets or to completely replace the system memory management.
Documentation
https://www.gnu.org/software/mempool/manual/Selection from the FSF shop
Free as in Freedom 2.0, by Richard Stallman
Introduction to the Command Line
Helping the GNU Project and the Free Software Movement
If you have corrections to this entry or questions about it, please contact: mailto:maintainers@gnu.org
This is a GNU package:
mempool
Download
(developmental)
released on 18 October 2017
Donate link
https://my.fsf.org/donate/Accepts cryptocurrency donations.
Paid support
https://www.fsf.org/resources/service/VCS Checkout
git clone git://git.savannah.gnu.org/mempool.git
Categories
Related Projects
Licensing
License
Verified by
Verified on
Notes
License
Verified by
Bendikker
Verified on
3 July 2018
Notes
with eCos exception
Leaders and contributors
Contact(s) | Role |
---|---|
Bernd Edlinger | maintainer |
Resources and communication
Audience | Resource type | URI |
---|---|---|
Mailing List | https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/ | |
Savannah (Ref) | https://savannah.gnu.org/projects/mempool/ | |
VCS Repository Webview | https://git.savannah.gnu.org/cgit/mempool.git/ | |
General | https://savannah.gnu.org/people/ |
Software prerequisites
This entry (in part or in whole) was last reviewed on 5 January 2019.
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.