Changes between Version 4 and Version 5 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Utility/GetMemFree


Ignore:
Timestamp:
12/12/11 08:26:36 (13 years ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/ApplicationLibraries/lib825ev/Utility/GetMemFree

    v4 v5  
    1212== Return Value ==
    1313
    14 This function returns the number of unused K bytes of RAM available in the system. This is the total free memory available. A request for a smaller amount of memory could still fail if there is not a large enough contiguous block of memory available.
     14This function returns the number of unused K bytes of RAM in the system. This is the total free memory available. A request for a smaller amount of memory could still fail if there is not a large enough contiguous block of memory available.
    1515
    1616== Remarks ==