- regionallocator.d(939): something is missing/too much static size_t alignBytes(size_t nBytes) { return .alignBytes; }alignBytes() is a function that is part of the allocator interface. .alignBytes is an enum that needs to be visible at the module level for alignedMalloc/alignedFree.You probably don't want a parameter then.
Sorry for that one I missed that it is part of the allocator interface.