Memory footprint of multi-dimensional arrays

Bruno Medeiros brunodomedeiros+spam at com.gmail
Fri Apr 25 08:05:42 PDT 2008


Ben Mitchell wrote:
> 
> Can I make a dynamic array of static arrays of size 3? 
> 

ubyte[3][] x = new ubyte[3][](10485760);


-- 
Bruno Medeiros - Software Developer, MSc. in CS/E graduate
http://www.prowiki.org/wiki4d/wiki.cgi?BrunoMedeiros#D



More information about the Digitalmars-d mailing list