typo in stress test

This commit is contained in:
Daan 2024-06-02 16:24:13 -07:00
parent e4c8f42bb6
commit 768872e4e0

View File

@ -138,7 +138,7 @@ static bool visit_blocks(const mi_heap_t* heap, const mi_heap_area_t* area, void
(void)(heap); (void)(area);
size_t* total = (size_t*)arg;
if (block != NULL) {
total += block_size;
*total += block_size;
}
return true;
}