[A83] Re: allocating uninitialized memory?


[Prev][Next][Index][Thread]

[A83] Re: allocating uninitialized memory?




> > There are pointers at (FREE_MEM_START) and (FREE_MEM_END).
>
> So what you are saying is that there is a block of ram that I could use
from
> (FREE_MEM_START) to (FREE_MEM_END)?  That would be very nice.
>
>
Yes, you just have to make sure that you make the distinction between the
memory addresses FREE_MEM_START and FREE_MEM_END and the pointers that they
contain.  It's the pointers you want =)




Follow-Ups: References: