Huh Does Stuff
Posted on:: October 16th, 2003
Huh Corporation is somewhat funny. (Thanks to Peter Kaminski for the link.)
Categories: Uncategorized dw
Huh Corporation is somewhat funny. (Thanks to Peter Kaminski for the link.)
Categories: Uncategorized dw
Previous: « Finite MMORPGs || Next: E-governing »
This is another function provided for dealing with the heap. After you’ve created some space in the Heap, it’s yours until you let go of it. When your program is done using it, you have to explicitly tell the computer that you don’t need it anymore or the computer will save it for your future use (or until your program quits, when it knows you won’t be needing the memory anymore). The call to simply tells the computer that you had this space, but you’re done and the memory can be freed for use by something else later on.