Is it possible to use std.experimental.allocator without the runtime or with the runtime disabled?

Guillaume Piolat via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Mar 8 03:59:53 PST 2017


Is it possible to use std.experimental.allocator without the 
runtime or with the runtime disabled?

It would be ideal for allocating audio buffers in the audio 
thread. malloc is tolerated but using a pre-allocated area with a 
fallback on malloc would be way better and faster too.


More information about the Digitalmars-d-learn mailing list