checkers
Checkers is a simple allocation checker for Rust that runs purely inside of Rust.
Examples
You use checkers by installing checkers::Allocator as your allocator, then
making use of either the #[checkers::test] or checkers::with! macros.
static CHECKED: Allocator = Allocator;