Specifications

Application View SmartSwitch Applications
Device Management Page 59 CyberSWITCH and SmartSwitch Access
searchDepthShort
Average number of nodes a malloc request has
searched before finding an appropriate node. The
short search depth indicates the average over the
last few thousand memory operations.
sizeAvgShort
Average size of a malloc request, in blocks. This
value indicates the average over the last thousand
memory operations.
searchDepthLong
Average number of nodes a malloc request has
searched before finding an appropriate node. The
long search depth indicates the average over the
last few million memory operations.
sizeAvgLong
Average size of a malloc request in blocks. This
value indicates the average over the last million
memory operations.
leakAnalysis
Used to enable and disable the mallocLeakTable.
Enabling leak analysis clears out any old entries
before starting a collection of new data.
Leak Table
This section of the Memory Analysis View
provides the following information for each of the
allocated memory nodes that have not been
deallocated:
leakaddress
Address of the allocated node in the system.
leakRip
Text representing the return instruction pointer
from the allocation. This will typically indicate
where a call to malloc() was made either using
an instruction pointer or a file/line number pair.
leakRipRip
Text representing the return instruction pointer
from the routine that called the allocation
routine. This will typically indicate where a call to
new was performed in the system either using an
instruction pointer or a file/line.