Quick int pointer allocation question
monarch_dodra
monarchdodra at gmail.com
Fri Sep 14 07:27:55 PDT 2012
On Friday, 14 September 2012 at 11:17:55 UTC, Jacob Carlborg
wrote:
> On 2012-09-14 12:52, monarch_dodra wrote:
>
>>> int x = void;
>>>
>>> http://dpaste.dzfl.pl/24c1baa9
>>
>> Hum, but that is a stack allocated variable.
>
> Perhaps using GC.malloc?
Hum, apparently, there is a second (default aka-hidden) argument
that is a bitmask applied to the allocated memory. So not much
gain there.
I'm allocating an array of 500_000 ulongs, and afterwards, I'm
initializing them all "by hand", making the default allocation
useless.
I'm not going to lose any sleep over this, but there is no way in
D to get (garbage collected) un-initialized memory/allocations?
More information about the Digitalmars-d-learn
mailing list