1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 15:00:38 +00:00
QB64-PE/internal/help/_MEMFREE.txt

29 lines
870 B
Plaintext
Raw Normal View History

2016-03-18 11:36:04 +00:00
{{DISPLAYTITLE:_MEMFREE}}
2017-10-10 14:55:21 +00:00
The [[_MEMFREE]] statement frees the designated memory block [[_MEM]] value and must be used with all memory functions.
{{PageSyntax}}
2017-10-10 14:55:21 +00:00
: [[_MEMFREE]] {{Parameter|memoryVariable}}
{{Parameters}}
2017-10-10 14:55:21 +00:00
* ALL designated [[_MEM]] type {{Parameter|memoryVariable}} values must be freed to conserve memory when they are no longer used or needed.
2017-10-10 14:55:21 +00:00
{{PageDescription}}
* Since [[_MEM]] type variables cannot use a suffix, use [[DIM]] {{Parameter|memoryVariable}} [[AS]] [[_MEM]] to create memory handle variables.
* All values created by memory functions must be freed using [[_MEMFREE]] with a valid [[_MEM]] variable.
2017-10-10 14:55:21 +00:00
{{PageSeeAlso}}
* [[_MEM]] {{text|(variable type)}}
* [[_MEM (function)]]
* [[_MEMNEW]] {{text|(function)}}
* [[_MEMIMAGE]] {{text|(function)}}
* [[_MEMELEMENT]] {{text|(function)}}
* [[_MEMGET (function)]]
2019-04-15 01:15:33 +00:00
{{PageNavigation}}
<