Parameters |
Description |
p |
pointer to allocated block to release. |
Releases an allocated block. Memory becomes free to allocate again. If debugging information is passed, the releasing source and line is recorded in the block. (can be used to find code deallocating memory it shouldn't).
This also works with Hold(), and decrements the hold counter. If there are no more holds on the block, then the block is released.
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|