Add new wired memory metric to memory-infra dumps.

On macOS, wired memory cannot be evicted from physical memory [swapped, purged,
compressed]. We are observing a reproducible instance where Chrome appears to be
responsible for massive amounts of wired memory. It's unclear whether this wired
memory is being allocated by the kernel for resources associated with the task,
or by the task itself. This CL will help us distinguish between these cases.

BUG=700928

Review-Url: https://codereview.chromium.org/2782503002
Cr-Commit-Position: refs/heads/master@{#460924}
5 files changed