BucketElementMallocAllocator.ParkingStack

Class for parking elements

class BucketElementMallocAllocator(Bucket)
static
class ParkingStack : IParkingStack {}

Constructors

this
this(size_t n)

Create new instance of class with size n

Destructor

~this
~this()

Dispose class.

Members

Functions

pop_
void* pop_(size_t n)

Pop an element from parking.

push_
void push_(void* element, size_t n)

Park element.

Meta