aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/test_random.c
Commit message (Collapse)AuthorAgeFilesLines
* Add randomized correctness testThomas Vanbesien2026-02-271-0/+176
test_random allocates N blocks per category (TINY/SMALL/LARGE) with random sizes, fills them with a deterministic pattern, and verifies the data. Run with system malloc and LD_PRELOAD to compare output. Seed and count are parameterized via argv.