FreePOOMA  2.4.1
Static Public Member Functions
RoundedStaticPool< SP > Class Template Reference

All this does is define alloc and free as static functions, and the static pool itself. More...

#include <StaticPool.h>

Inheritance diagram for RoundedStaticPool< SP >:
Inheritance graph
[legend]

List of all members.

Static Public Member Functions

static void * alloc ()
static void free (void *p)

Detailed Description

template<int SP>
class RoundedStaticPool< SP >

All this does is define alloc and free as static functions, and the static pool itself.


Member Function Documentation

template<int SP>
static void* RoundedStaticPool< SP >::alloc ( ) [inline, static]
template<int SP>
static void RoundedStaticPool< SP >::free ( void *  p) [inline, static]

The documentation for this class was generated from the following file: