| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implement realloc and add realloc rounds to random test | Thomas Vanbesien | 2026-02-27 | 1 | -1/+103 |
| | | | | | | | realloc returns the same pointer if the chunk is large enough, otherwise malloc + memcpy + free. The random test now verifies data integrity after resizing across all three categories. | ||||
| * | Add randomized correctness test | Thomas Vanbesien | 2026-02-27 | 1 | -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. | |||||
