This wiki is out of date, use the continuation of this wiki instead

Memory free

From FenixWiki

Revision as of 12:47, 29 April 2008 by Sandman (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search


[edit] Definition

FLOAT memory_free ( )

Returns the free memory total in bytes.

[edit] Returns

FLOAT : Free memory total in bytes.

[edit] Example

Program example;
Begin

    say("Total memory: " + memory_total());
    say("Free memory:  " + memory_free() );

    Repeat
        frame;
    Until(key(_esc))

End

Used in example: say(), memory_total(), memory_free()


Memory Functions
Alloc() • Free() • Memcmp() • Memcopy() • Memory_free() • Memory_total() • Memset() • Memsetw() • Realloc() •
Personal tools