BBLIST — List currently
allocated binary buffers.
Syntax:
BBLIST /B /O:keys /P
/B | bare bones (handles only) | |
/O:keys | sort buffers | |
/P | page output |
While this plugin is loaded, it will track binary buffers being allocated and
freed. BBLIST will display the current list of binary buffers known
to the plugin. Binary buffers that are allocated or freed while this plugin is
not loaded are not tracked and will not be listed.
/O: can sort by several criteria.
The available sort keys are:
A | sort by the buffer’s address (handle) |
-A | reverse sort by buffer address |
S | sort by buffer size |
-S | reverse sort by buffer size |
T | sort by creation time |
-T | reverse sort by creation time |
These can be combined, e.g. /O:ST to sort by size first,
then by creation time. If you type /O by itself, BBLIST
will sort by size first, then by creation time.