Namespace: Rx – Class: IMemory – Header: Rx.Core/IMemory.h

IMemory::Resize Method

C++
virtual void Resize(size_t nNewElementCount)

Resizes the memory block to the given number of elements. The size of an element is fixed by the implementation and can be read out with the function GetElementSize().

Parameters

[size_t] nNewElementCount

The new number of elements stored in the memory block.