Skip to content

v0.9.2

Pre-release
Pre-release

Choose a tag to compare

@rocketman-code rocketman-code released this 05 Mar 06:11
· 456 commits to main since this release

Fixes edge cases in allocator detection and TSC calibration that caused panics or silent zero-byte reports on certain hardware and project configurations.

Fixed

  • #[cfg_attr(..., global_allocator)] now detected by allocator analysis, fixing zero-byte reports for projects using conditional allocator attributes (#237)
  • Multiple #[cfg(...)] attributes on the same allocator static correctly combined, so fallback negation works on all platforms (#238)
  • Failed allocations (null pointer) no longer counted, matching the behavior of realloc() (#239)
  • TSC calibration no longer panics when the hardware counter does not advance (#240)