Error while trying to allocate memory (malloc)

CrudOMatic crudomatic at gmail.com
Mon Aug 6 08:42:08 PDT 2012


On Monday, 6 August 2012 at 15:36:03 UTC, Andrej Mitrovic wrote:
> On 8/6/12, Eyyub <eyyub.pangearaion at gmail.com> wrote:
>> Tell me if I'm wrong. (I did not programming in C since 2 
>> years)
>
> You're not wrong. m_blockList is a pointer and OP needs to 
> allocate an
> s_blockHeader instance before he uses it:
>
> s_blockHeader* m_blockList = 
> cast(s_blockHeader*)malloc(s_blockHeader.sizeof);

oops. Thanks. brainfart I guess, been a while since I've used any 
C like languages.


More information about the Digitalmars-d-learn mailing list