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