Dealloc
Signature
Description
Deallocates memory from the main pool.
Returns whether the operation was successful (>0
) or not (0
).
Arguments
Address
The starting address of the main pool memory to be deallocated.
Notes
Memory can only be deallocated by the script that allocated it.
Last updated