You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
What is the total amount of free memory available initially? If it is
not specified, should we assume it to be some value, or just make it a
number that would hold the total amount of space to be allocated?
Thanks.
Stephen Pisani
unread,
Apr 9, 2012, 7:51:44 PM4/9/12
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
In practice it would be specified, I believe in tutorial we had a 100
word heap (so before any allocations the first word stores 98, the
second word stores a null pointer, and the remaining 98 words are free).
Rob Schluntz (CS 241 Tutor)
unread,
Apr 10, 2012, 9:02:43 AM4/10/12
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Oops, that's my mistake. You should be able to assume a 100 word heap
for this example as well.