csBlockAllocatorNormalBlockPolicy Class Reference
This class implements the normal per block allocating policy. More...
#include <csutil/blockallocator.h>
Static Public Member Functions | |
static uint8 * | AllocBlock (size_t blocksize) |
Allocate a raw block of given size. | |
static void | FreeBlock (uint8 *p) |
Free a block. |
Detailed Description
This class implements the normal per block allocating policy.It has no per-block overhead.
Definition at line 46 of file blockallocator.h.
Member Function Documentation
|
Allocate a raw block of given size.
Definition at line 52 of file blockallocator.h. |
|
Free a block.
Definition at line 61 of file blockallocator.h. |
The documentation for this class was generated from the following file:
- csutil/blockallocator.h
Generated for Crystal Space by doxygen 1.4.6