Function threadLocalSegmentSize

These properties get and set the segment size of the default thread-local RegionAllocatorStack instance. The default size is 4 megabytes. The setter is only effective before the global function newRegionAllocator has been called for the first time in the current thread. Attempts to set this property after the first call to this function from the current thread throw a RegionAllocatorException.

ulong threadLocalSegmentSize () nothrow @property @safe;

ulong threadLocalSegmentSize (
  ulong newSize
) @property @safe;