memory pool 的高效实现(代码)
摘要:
mpool.h#ifndef __febird_c_mpool_h__#define __febird_c_mpool_h__#ifdef __cplusplusextern "C" {#endif//------------------------------------------------------------------------------------------typedef void* (*chunk_alloc_ft)(struct chunk_allocator* self, size_t size);typedef void* (*chunk_re 阅读全文
posted @ 2009-10-23 03:01 能发波 阅读(246) 评论(0) 推荐(0)