Native Inspect Manual (H06.13+, J06.03+)
br1: 0x0
br2: 0x0
br3: 0x0
br4: 0x0
br5: 0x0
br6: 0xffffffffe18a3840
br7: 0xffffffffe1555440
ip: 0xffffffffe2207040
cfm: 0x0
ra: 0x0
sp: 0x6fffff50
psp: 0x6fffff50
bsp: 0x6e000000
lc: 0x0
ec: 0x0
info Command (memory leak detection)
Displays commands to debug memory problems.
info attribute value
Where:
attribute value
Where attribute value is one of the following:
corruption
Checks for corruption in the currently allocated heap blocks. In addition, it lists the potential
in-block corruptions in all the freed blocks.
heap
Displays a heap report, listing information such as the start of heap, end of heap, heap
size, heap allocations, size of blocks, and number of instances. The report shows heap
usage at the point you use the info heap command. The report does not show allocations
that have already been freed. For example, if you make several allocations, free them all,
and then use info heap, the result does not show any allocations.
heap filename
Writes heap report output to the specified file.
heap idnumber
Produces detailed information on the specified heap allocation including the allocation call
stack.
heap-interval filename
Creates the report of heap growth. The data for each interval has the start and end time
of the interval. If filename is mentioned, a detailed report is written in the file.
leaks
Displays a leak report, listing information such as the leaks, size of blocks, and number of
instances.
leaks filename
Writes the complete leak report output to the specified file.
leaks leaknumber
Produces detailed information on the specified leak including the allocation call stack.
NOTE: The memory debugging feature is not available when the application is stopped in a
dynamic-link library (DLL).
90 Native Inspect Command Syntax










