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.
Is it possible to use std.experimental.allocator without the runtime or with the runtime disabled?
Guillaume Piolat via Digitalmars-d-learn Wed, 08 Mar 2017 04:01:27 -0800
Is it possible to use std.experimental.allocator without the
runtime or with the runtime disabled?
- Is it possible to use std.experim... Guillaume Piolat via Digitalmars-d-learn
- Re: Is it possible to use st... Jacob Carlborg via Digitalmars-d-learn
- Re: Is it possible to us... Guillaume Piolat via Digitalmars-d-learn
