Skip to content

Commit d6c0bc3

Browse files
committed
improve process docs
1 parent 34f1289 commit d6c0bc3

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/jswrap_process.c

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,11 @@ usage : Memory that has been used
7979
8080
total : Total memory
8181
82-
history : Memory used for command history - that is freed if memory is low. Note that this is INCLUDED in the figure for 'free'.
82+
history : Memory used for command history - that is freed if memory is low. Note that this is INCLUDED in the figure for 'free'
8383
84-
On ARM, stackEndAddress is the address (that can be used with peek/poke/etc) of the END of the stack. The stack grows down, so unless you do a lot of recursion, the bytes above this can be used.
84+
stackEndAddress : (on ARM) the address (that can be used with peek/poke/etc) of the END of the stack. The stack grows down, so unless you do a lot of recursion the bytes above this can be used.
85+
86+
Memory units are specified in 'blocks', which are around 16 bytes each (depending on your device). See http://www.espruino.com/Performance for more information.
8587
*/
8688
#ifdef ARM
8789
extern int _end; // end of ram used (variables)

0 commit comments

Comments
 (0)