mpool-2.1.0

所属分类:系统编程
开发工具:MultiPlatform
文件大小:22KB
下载次数:125
上传日期:2008-05-27 14:06:08
上 传 者eagle518
说明:  内存池实现 BACKGROUND: This is a memory pool library which was written to allow a program to have heaps that it could destroy without fragmenting memory. You can have multiple heaps and reset them easily completely reclaiming the memory (as opposed to standard heaps). With it you can mpool_open() a new heap, then mpool_alloc(), mpool_calloc(), mpool_realloc(), mpool_free() to your heart s content. Once you are done with the memory-pool you can run mpool_clear() or mpool_close() and completely remove the memory associated with the pools. This is very handy if you are working with some large blocks of memory and want to reset back to a clean state. Check out the mpool.h file for more information. Sorry for minimal docs.
(Memory pool realize BACKGROUND: This is a memory pool library which was written to allow a program tohave heaps that it could destroy without fragmenting memory. You canhave multiple heaps and reset them easily completely reclaiming thememory (as opposed to standard heaps). With it you can mpool_open () a new heap, then mpool_alloc (), mpool_calloc (), mpool_realloc (), mpool_free () to your heart s content.Once you are done with the memory-pool you can run mpool_clear () ormpool_close () and completely remove the memory associated with thepools. This is very handy if you are working with some large blocksof memory and want to reset back to a clean state.Check out the mpool.h file for more information. Sorry for minimaldocs.)

文件列表:
mpool-2.1.0\ChangeLog.1 (1986, 2006-06-01)
mpool-2.1.0\Makefile (966, 2006-06-01)
mpool-2.1.0\mpool.c (41892, 2006-06-01)
mpool-2.1.0\mpool.h (11814, 2006-06-01)
mpool-2.1.0\mpool_loc.h (4365, 2006-06-01)
mpool-2.1.0\mpool_t.c (21510, 2006-06-01)
mpool-2.1.0\NEWS (360, 2006-06-01)
mpool-2.1.0 (0, 2007-01-31)

------------------------------------------------------------------------------- $Id: README,v 1.2 2005/05/22 19:49:30 gray Exp $ ------------------------------------------------------------------------------- BACKGROUND: This is a memory pool library which was written to allow a program to have heaps that it could destroy without fragmenting memory. You can have multiple heaps and reset them easily completely reclaiming the memory (as opposed to standard heaps). With it you can mpool_open() a new heap, then mpool_alloc(), mpool_calloc(), mpool_realloc(), mpool_free() to your heart's content. Once you are done with the memory-pool you can run mpool_clear() or mpool_close() and completely remove the memory associated with the pools. This is very handy if you are working with some large blocks of memory and want to reset back to a clean state. Check out the mpool.h file for more information. Sorry for minimal docs. ------------------------------------------------------------------------------- INSTALLATION: 1) Typing 'make' should be enough to build libskip.a. 2) Typing 'make tests' should make the mpool_t test program. ------------------------------------------------------------------------------- REPOSITORY: The newest versions of the library are available from: http://256.com/sources/mpool/ ------------------------------------------------------------------------------- AUTHOR: If you have any questions or problems feel free to send me mail. Gray Watson http://256.com/gray/ -------------------------------------------------------------------------------

近期下载者

相关文件


收藏者