IAllocator.allocateAll

Allocates and returns all memory available to this allocator. Implementations that do not support this primitive should always return null.

interface IAllocator
void[]
allocateAll
()

Meta