nn::fnd::ExpHeapTemplate::ResizeBlock Member Function
size_t ResizeBlock(
void * p,
size_t newSize
);
| Name | Description | |
|---|---|---|
| in | p | Specifies the starting address of the memory block whose size is being changed |
| in | newSize | Specifies the new size (in bytes) of the memory block |
Changes the size of a memory block that was allocated from the expanded heap.
CONFIDENTIAL