Frees reserved memory | |
---|---|
Syntax |
DEAllocate block_address block_size |
Description |
Marks the block_size segment starting at block_address as unallocated in the system memory map. If any affected blocks were not previously allocated, the message MEMORY PROTECTION is given. Block_address will be rounded down and
block_size will be rounded up to a multiple of |
I/O-Units | None |
Examples |
%DEALLOCATE 5000 1400 Deallocates the
%DEALLOCATE C000 1800 MEMORY PROTECTION The |
Notes | See ALLOCATE command. |