View Single Post
Old 30 December 2021, 14:06   #6
Brick Nash
Prototron
 
Brick Nash's Avatar
 
Join Date: Mar 2015
Location: Glasgow, Scotland
Posts: 411
Quote:
Originally Posted by mcgeezer View Post
Yes, I feel your pain a bit here.

The way I've done it is I simply keep a track of all of my memory allocations and their sizes, I can also tag them.

I then have a routine which can deallocate all the allocations within the same program or just some of them by tag.

Geezer
That sounds just the ticket!

How do you actually de-allocate a reserved block of memory though? I've looked for something like uds.b (un-define space) or anything which will just remove the memory reservation, but once its defined it seems to stay there.
Brick Nash is offline  
 
Page generated in 0.04262 seconds with 11 queries