| | |
Summary: 1
More hints for Project 3
(Pointer Manipulation)
Notes (please read this first):
·The purpose of these slides is to show you how to
manipulate pointers
·The example given here is different than the implementation
shown during the discussion, but the basic idea is the same
·These slides show only illustrations, not the complete
implementation
·Do not copy-paste without understanding what the code
is doing
·Finally, if you find any bugs in my code, please email me
2
P3, basic idea
· You are given a huge chunk of memory and you
should "manage" that memory
· "Manage" means you should have all the
information about the free and allocated blocks
· This information must be put within the given
|