Bucketizer.deallocateAll

This method is only defined if all allocators involved define deallocateAll, and calls it for each bucket in turn. Returns true if all allocators could deallocate all.

struct Bucketizer(Allocator, size_t min, size_t max, size_t step)
static if(__traits(hasMember, Allocator, "deallocateAll"))
bool
deallocateAll
()

Meta