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 21:33:56 2010 +0000
Parent:
7:b4a90cb19332
Child:
9:caba868a4c1a
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 21:31:21 2010 +0000
+++ b/AvailableMemory.h	Sun Nov 07 21:33:56 2010 +0000
@@ -12,9 +12,9 @@
 int AvailableMemory();
 
 /** Return the available memory for a malloc call
- * @param resolution Resolution in number of bytes
- * @param maximum Maximum amount of memory to check
- * @param disableInterrupts Disable interrupts whilst checking
+ * \param resolution Resolution in number of bytes
+ * \param maximum Maximum amount of memory to check
+ * \param disableInterrupts Disable interrupts whilst checking
  */
 int AvailableMemory(int resolution, int maximum, bool disableInterrupts);