A bucket element allocator using the D runtime memory manager. Even though this memory manager is called "GC-managed" this class in fact doesn't rely on garbage collection but explicitly deletes unused bucket elements.
Creates an instance of BucketElementGCAllocator which is suitable for usage with the Map type passed as a template parameter.
A bucket element allocator using the D runtime memory manager. Bucket elements are newed by get() and deleted by recycle().