![]() |
PUMA Library Reference Manual
|
Constant size memory block pool implementation.
#include "Puma/Chain.h"#include <assert.h>#include <stdlib.h>Classes | |
| class | Puma::ConstSizeMemPool< N > |
| Constant size memory block pool. More... | |
Namespaces | |
| namespace | Puma |
Functions | |
| template<int N> | |
| void * | Puma::malloc () |
| Constant size memory block pool variant of malloc(). | |
| template<int N> | |
| void | Puma::free (void *block) |
| Constant size memory block pool variant of free(). | |
| template<int N> | |
| void | Puma::clean () |
| Short-cut function for calling method clean() on the corresponding fixed size memory block pool instance. | |