Function to calculate the memory available for malloc

Dependents:   AvailableMemory_HelloWorld MCBBThermostat helloaabbc SP14P1_skeleton

Files at this revision

API Documentation at this revision

Comitter:
segundo
Date:
Sun Nov 07 20:00:21 2010 +0000
Parent:
2:5dd69c9259a0
Child:
4:be8247f802ad
Commit message:

Changed in this revision

AvailableMemory.h Show annotated file Show diff for this revision Revisions of this file
--- a/AvailableMemory.h	Sun Nov 07 19:41:47 2010 +0000
+++ b/AvailableMemory.h	Sun Nov 07 20:00:21 2010 +0000
@@ -1,7 +1,11 @@
-/** @file */
+/** @file AvailableMemory.h
+ */
 #ifndef SEGUNDO_UTILITIES_AVAILABLEMEMORY_H
 #define SEGUNDO_UTILITIES_AVAILABLEMEMORY_H
 
+/** @brief Return the available memory for a malloc call
+ */
+ 
 namespace segundo {
 namespace Utilities {