instantiateAllocator

Creates an instance of BucketElementFreeList which is suitable for usage with the Map type passed as a template parameter.

BucketElementFreeList!(Map.Bucket.Element)
instantiateAllocator
(
Map
)
()

Parameters

Map

the type to create the allocator according to

Return Value

Type: BucketElementFreeList!(Map.Bucket.Element)

an instance of type BucketElementFreeList class

Meta