Constructor.
Helper class to temprarily park a certain number of bucket elements.
Deletes a bucket element that is no longer used.
Calls dg with an IParkingStack instance that is set up to keep n elements.
Stores the size of a single allocated element.
Gets or allocates an object
Performs the actual allocation of an object
Recycles or deletes an object that is no longer used.
Performs the actual recycling of an object. See recycle() documentation.
Return the amount of memory currently used.
Helper class to temprarily park a certain number of objects.
Calls dg with an IParkingStack instance that is set up to keep n elements.