instantiateAllocator

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

instantiateAllocator
(
Map
)
()

Parameters

Map

the type to create the allocator according to

Return Value

Type: BucketElementGCAllocator!(Map.Bucket)

an instance of type BucketElementGCAllocator class

Meta