size_t ResizeBlock(
void * p,
size_t newSize
);
| Name | Description | |
|---|---|---|
| in | p | Specifies the starting address of the last memory block that was allocated |
| in | newSize | New size |
Resizes the last memory block that was allocated from the frame heap.
This can only be used on memory blocks that were allocated at the front of the frame heap.
CONFIDENTIAL