RegionAllocator.isAutomatic

False because memory allocated by this allocator is not automatically reclaimed by the garbage collector.

struct RegionAllocator
enum isAutomatic = false;

Meta