Changes between Version 3 and Version 4 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Utility/GetMemFree
- Timestamp:
- 12/12/11 08:25:23 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Utility/GetMemFree
v3 v4 12 12 == Return Value == 13 13 14 This function returns the number of K bytes of RAM is available in the system. This givestotal 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.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. 15 15 16 16 == Remarks ==