processAllocator

fnRCISharedAllocator processAllocator() @nogc nothrow @trusted @property ref

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.

fnvoid processAllocator(ref RCISharedAllocator a) @nogc nothrow @system @property

Ditto