Allocates a new segment of memory of a given size.

C# | Visual Basic | Managed C++ |
public ConsumableBlock ( uint size )
Public Sub New ( _ size As UInteger _ )
public: ConsumableBlock ( unsigned int size )

- size (UInt32)
- The requested size of the memory segment.