ai::SPAlloc Class Reference
Allocator object class for the AutoBuffer template.
More...
#include <IAIAutoBuffer.h>
List of all members.
Static Public Member Functions |
static void * | AllocateBlock (size_t byteCount) |
| Allocates a block of memory.
|
static void | DeleteBlock (void *block) |
| Frees a block of memory allocated by AllocateBlock() .
|
Detailed Description
Allocator object class for the AutoBuffer template.
Member Function Documentation
void * ai::SPAlloc::AllocateBlock |
( |
size_t |
byteCount |
) |
[static] |
void ai::SPAlloc::DeleteBlock |
( |
void * |
block |
) |
[static] |
The documentation for this class was generated from the following files: