processAllocator

Gets/sets the allocator for the current process. This allocator must be used for allocating memory shared across threads. Objects created using this allocator can be cast to shared.

  1. shared(ISharedAllocator) processAllocator [@property getter]
    version(HasDRuntime)
    @property
    processAllocator
    ()
  2. void processAllocator [@property getter]

Meta