nn::fnd::FrameHeapTemplate::ResizeBlock Member Function

Syntax

size_t ResizeBlock(
     void * p,
     size_t newSize
);

Arguments

Name Description
in p Specifies the starting address of the last memory block that was allocated
in newSize New size

Return Values

If successful, returns the new size.

Description

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.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL