At http://dlang.org/phobos/core_memory.html, the spec for GC.malloc is
static void* malloc(size_t sz, uint ba = 0);I assume each type has a specific ba. Is there a primitive in core.memory to retrieve it?
Thanks, Andrei
At http://dlang.org/phobos/core_memory.html, the spec for GC.malloc is
static void* malloc(size_t sz, uint ba = 0);I assume each type has a specific ba. Is there a primitive in core.memory to retrieve it?
Thanks, Andrei