IAllocator.expand

Expands a memory block in place and returns true if successful. Implementations that don't support this primitive should always return false.

interface IAllocator
bool
expand
(
ref void[]
,
size_t
)

Meta