skip to main content

Library Routines : M$FREE

M$FREE
The M$FREE library routine releases a memory region previously allocated with the M$ALLOC library routine.
Syntax:
 CALL "M$FREE" USING memAddress
Parameters:
Examples:
Example - Allocate 8 bytes of memory on each of 2 different handles and release that memory after using it in the program.
call "m$alloc" using 8, mem1
call "m$alloc" using 8, mem2
call "m$free" using mem1
call "m$free" using mem2

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left