[Issue 16824] std.experimental.allocator.dispose leaks memory for arrays of more than 1 dimension

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Dec 23 13:02:01 PST 2016


https://issues.dlang.org/show_bug.cgi?id=16824

greenify <greeenify at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |greeenify at gmail.com

--- Comment #9 from greenify <greeenify at gmail.com> ---
FWIW there's makeNdarray in ndslice:

https://github.com/dlang/phobos/blob/master/std/experimental/ndslice/slice.d#L834

Tt can infer the dimension size from a Slice.

--


More information about the Digitalmars-d-bugs mailing list