On Friday, 10 February 2017 at 23:57:18 UTC, bitwise wrote:
https://github.com/dlang/phobos/blob/cd7846eb96ea7d2fa65ccb04b4ca5d5b0d1d4a63/std/experimental/allocator/mallocator.d#L63-L65Looking at Mallocator, the use of 'shared' doesn't seem correct to me.[...]
IIRC you're supposed to use `Mallocator.instance` as it is a singleton.