branch | pyrit |
changeset 100 | c005054bf4c1 |
parent 94 | 4c8abb8977dc |
99:f3abdaa2e8fb | 100:c005054bf4c1 |
---|---|
27 |
27 |
28 #ifndef MEMPOOL_H |
28 #ifndef MEMPOOL_H |
29 #define MEMPOOL_H |
29 #define MEMPOOL_H |
30 |
30 |
31 #include "common.h" |
31 #include "common.h" |
32 |
|
33 #include <string.h> |
|
32 |
34 |
33 /** |
35 /** |
34 * Memory pool template |
36 * Memory pool template |
35 */ |
37 */ |
36 template <typename Type> |
38 template <typename Type> |