Allocator.tryAllocate

Attempt to allocate memory for the given index and for given requirements. If successful, result is filled with necessary data.

class Allocator
protected abstract
bool
tryAllocate

Return Value

Type: bool

true if successful, false otherwise.

Meta