The OpenD Programming Language

SharedBitmappedBlock.allocateAll

If the SharedBitmappedBlock object is empty (has no active allocation), allocates all memory within and returns a slice to it. Otherwise, returns null (i.e. no attempt is made to allocate the largest available block).

Meta