C/C+

C言語で簡易メモリ管理

Linux Kernelのリスト構造を参考に作成。

環境:CentOS 6, gcc version 4.4.7

mempool.h

mempool.c

memtest.c (動作確認用のソースコード)

Makefile

動作確認