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.

  1. size_t threadLocalSegmentSize()
    version(noscid)
    size_t
    threadLocalSegmentSize
    @property nothrow @safe
    (
    )
  2. size_t threadLocalSegmentSize(size_t newSize)

Meta