Function Allocator.reallocate

Increases or decreases the size of a memory block.

abstract bool reallocate (
  ref void[] p,
  ulong size
);

Parameters

NameDescription
p A pointer to the memory block.
size Size of the reallocated block.

Returns

Whether the reallocation was successful.