ExtraAlloc.allocate

allocates and initializes objects to fill extraAllocCount

class ExtraAlloc(T)
bool
allocate
()

Return Value

Type: bool

true if more objects were allocated, false if the queue is already full, or if the queue had more than maxAlloc, and they were freed

Meta