Product Documentation

Database Administrator's Guide

Previous Topic

Next Topic

DIAGNOSTICS MEMORY_LEAK

DIAGNOSTICS MEMORY_LEAK

Enables debug information upon each memory alloc() (get) and free() (put) output to MEMLEAK.FCS. A typical line of output looks like:

003b860cx 0000070 getmem O01 B0026 72

The line is interpreted as follows:

entry interpretation
----- --------------
1st memory address
2nd sequence number to aid debugging
3rd action
4th thread ID
5th excess of allocations over frees.

Separate "balance" counts maintained for mballc's and ctgetmem's
6th memory size (not given for mbfree's)

Note: Use of this option will result in extreme performance degradation.

TOCIndex