Skip to content

QuantumGate::Buffer::Allocate

Karel Donk edited this page Sep 28, 2018 · 3 revisions

Allocates the specified number of bytes of memory for the buffer.

Signature

void Allocate(const Size size);

Parameters

Name Description
size The number of bytes of memory to allocate.
Clone this wiki locally