mallocng-find¤
Find slot which contains the given address.
Returns the start
of the slot. We say a slot 'contains' an address if the address is in [start, start + stride).
Alias: ng-find
Positional arguments¤
Positional Argument | Help |
---|---|
address | The address to look for. |
Optional arguments¤
Short | Long | Help |
---|---|---|
-h | --help | show this help message and exit |
-a | --all | Print out all information. Including meta and group data. |
-m | --metadata | If the given address falls onto some in-band metadata, return the slot which owns that metadata. In other words, the containment check becomes [start - IB, end). |
-s | --shallow | Return the outermost slot hit without going deeper even if this slot contains a group. |