Surely when allocating memory you get an address that it is written to , but how do you then store that address for later use? the thought I had would be having it reallocated to a stack each time. Any one able to explain?
Surely when allocating memory you get an address that it is written to , but how do you then store that address for later use? the thought I had would be having it reallocated to a stack each time. Any one able to explain?