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

IMemory::New Method

C++
virtual void New(size_t nElementCount)

Creates a new memory block of nElementCount elements. The size of an element is fixed by the implementation and can be read out with the function GetElementSize().

Parameters

[size_t] nElementCount

The new number of elements stored in the memory block.