Intrinsic-74 Release

Top  Previous  Next

74: Release(segment address);

 

This intrinsic deallocates a block of memory that was allocated by MAlloc. The segment address of the block is passed to indicate which block to deallocate. For example, this would deallocate the 64000 bytes allocated in the MAlloc example:

 

        Release(Seg);