1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 13:50:36 +00:00
QB64-PE/internal/help/_MEMFREE__1111111.txt
Roland Heyder aeb9c0668b Updates help files for use with new Wiki parser (2nd try)
Note: Many files were removed (not yet existing/empty pages). The parser will try to download them on demand and will auto-generate text for missing pages (eg. most _gl pages).
2022-05-21 00:18:31 +02:00

31 lines
915 B
Plaintext

{{QBDLDATE:05-20-2022}}
{{QBDLTIME:23:09:12}}
{{DISPLAYTITLE:_MEMFREE}}
The [[_MEMFREE]] statement frees the designated memory block [[_MEM]] value and must be used with all memory functions.
{{PageSyntax}}
: [[_MEMFREE]] {{Parameter|memoryVariable}}
{{Parameters}}
* ALL designated [[_MEM]] type {{Parameter|memoryVariable}} values must be freed to conserve memory when they are no longer used or needed.
{{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.
{{PageSeeAlso}}
* [[_MEM]] {{text|(variable type)}}
* [[_MEM (function)]]
* [[_MEMNEW]] {{text|(function)}}
* [[_MEMIMAGE]] {{text|(function)}}
* [[_MEMELEMENT]] {{text|(function)}}
* [[_MEMGET (function)]]
{{PageNavigation}}