IBucketElementFreeList.allocate

Obtains an object either from the free list, if available, or from new_object if the free list is empty.

class IBucketElementFreeList
protected override
void*
allocate
()
out (object) { assert (object !is null); }

Return Value

Type: void*

new object

Out: The returned object cannot be null.

Meta