Check that the asmap is well formed for the given address size.
Declared in <util/asmap.h>
bool
SanityCheckAsmap(
std::span<std::byte const> asmap,
int bits);
true if the asmap is sane for that address size.
| Name | Description |
|---|---|
| asmap | The encoded asmap data to validate. |
| bits | The number of address bits the asmap must cover. |