From 50a50313cc82271c6eb2d2a9031f648648a053a3 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 21 Jan 2015 15:22:46 +0100 Subject: score: Delete superfluous Heap_Statistics::instance This value depends on the _Heap_Initialize() call sequence and carries no useful information. --- doc/shell/memory.t | 2 -- 1 file changed, 2 deletions(-) (limited to 'doc/shell/memory.t') diff --git a/doc/shell/memory.t b/doc/shell/memory.t index cda7ced486..5cd371a108 100644 --- a/doc/shell/memory.t +++ b/doc/shell/memory.t @@ -546,7 +546,6 @@ to the command. This includes the following information: @item Number of used blocks @item Largest used block @item Total bytes used -@item Instance number @item Size of the allocatable area in bytes @item Minimum free size ever in bytes @item Maximum number of free blocks ever @@ -584,7 +583,6 @@ Total bytes free: 266208392 Number of used blocks: 167 Largest used block: 16392 Total bytes used: 83536 -Instance number: 0 Size of the allocatable area in bytes: 266291928 Minimum free size ever in bytes: 266207360 Maximum number of free blocks ever: 6 -- cgit v1.2.3