Mallocator

Brian Schott via Digitalmars-d digitalmars-d at puremagic.com
Thu Mar 3 11:32:40 PST 2016


On Thursday, 3 March 2016 at 19:01:52 UTC, Erik Smith wrote:
> I get the error "allocate is not callable using a non-shared 
> object" and I'm not sure how to resolve it.

Are you calling `Mallocator.allocate()` or 
`Mallocator.instance.allocate()`?


More information about the Digitalmars-d mailing list