What's Changed
- Warn users when circular buffer overflow causes missing type info in allocation views for selected processes by @Copilot in https://github.com/microsoft/perfview/pull/2326
- Special-Case BitMask Parsing by @brianrob in https://github.com/microsoft/perfview/pull/2327
- Refactor PEFile and PEHeader to use ReadOnlySpan exclusively with zero-copy buffer sharing by @Copilot in ht...