BucketElementMallocAllocator.parkElements

Park elements

class BucketElementMallocAllocator(Bucket)
override
void
parkElements
(
size_t n
,
scope void delegate
(
IParkingStack park
)
dg
)

Parameters

n size_t

the number of elements that will be parked

dg void delegate
(
IParkingStack park
)

the delegate that will receive the IParkingStack implementation

Meta