nw::os::IAllocator::Alloc Member Functionnw::os::IAllocator::Alloc Member Function
template <typename TObject>
TObject * Alloc(
size_t size,
u8 alignment = DEFAULT_ALIGNMENT
);
| Name | Description | |
|---|---|---|
size |
||
| alignment |
Allocates the memory needed for the specified number of objects.
CONFIDENTIAL