IBucketElementGCAllocator.ParkingStack

Helper class to temprarily park a certain number of bucket elements.

class IBucketElementGCAllocator
static
class ParkingStack : IParkingStack {}

Constructors

this
this(size_t n)

Constructor.

Members

Functions

pop_
void* pop_(size_t n)

Pops an object from the stack. This method is never called if the stack is empty.

push_
void push_(void* element, size_t n)

Pushes an object on the stack.

Meta