Functions | |
| template<typename T > | |
| static T * | alloc (size_t elements) |
Allocate an array of elements (see free()). | |
| static void | free (void *) |
| Free data allocated by alloc() | |
| static T* alloc | ( | size_t | elements | ) | [static, inherited] |
| static void free | ( | void * | ) | [static, inherited] |
Free data allocated by alloc()