template <typename TObject>
TObject * Alloc(
int count,
u8 alignment = DEFAULT_ALIGNMENT
);
| Name | Description | |
|---|---|---|
| in | count | Number of objects to allocate. |
| alignment |
Allocates the memory needed for the specified number of objects.
CONFIDENTIAL