nn::fnd::ExpHeapTemplate::Allocator::Allocate Member Function
virtual void * Allocate(
size_t size,
s32 alignment
);
| Name | Description | |
|---|---|---|
| in | size | Size of the memory to allocate. |
| in | alignment | Alignment of the memory to allocate. |
Allocates a memory region of the specified size and alignment.
CONFIDENTIAL