mempool Code
Brought to you by:
tombear2009
File | Date | Author | Commit |
---|---|---|---|
bin | 2009-07-22 | tombear2009 | [r1] |
example | 2009-07-22 | tombear2009 | [r1] |
include | 2009-07-22 | tombear2009 | [r1] |
lib | 2009-07-22 | tombear2009 | [r1] |
src | 2009-07-22 | tombear2009 | [r1] |
ut | 2009-07-22 | tombear2009 | [r1] |
AUTHORS | 2009-07-22 | tombear2009 | [r1] |
COPYING | 2009-07-22 | tombear2009 | [r1] |
COPYING.LIB | 2009-07-22 | tombear2009 | [r1] |
ChangeLog | 2009-07-22 | tombear2009 | [r1] |
Makefile | 2009-07-22 | tombear2009 | [r1] |
README | 2009-07-22 | tombear2009 | [r1] |
config.mk | 2009-07-22 | tombear2009 | [r1] |
mempool, version 0.1 -- oOo -- 2009-07-21 Tombear <li_guang2009@sohu.com> What is mempool? ----------------- mempool is a library to manage memory allocation. It may be used as a replacement of malloc and free for frequent memory allocation. mempool allocate memory block at initial time with predefined memory block size. Features -------- Usage -------- mempool is compiled as a static library. I am not familiar with autoconf/automake/libtool which is used to make a shared library, if somebody is kind enough to improve it, he will be appreciated. How to use? 0.set the PRJDIR in config.mk set the PRJDIR to your project directory 1.compile the library libmempool by make command, after compilation the library is located in lib directory make 2.link the library the Makefile example can be found in example/Makefile Dependencies ------------ zlog Licence ------- mempool is licensed under the GNU Lesser General Public License and the example programs are under the GNU General Public Licence. Please refer to COPYING.GPL and COPYING for full details. Obtaining mempool ------------------ mempool may be obtained from: Documentation -------------