mfunyu / malloc

Find out the workings behind optimum memory management and recode it, as well as free and realloc.
2 stars 0 forks source link

[segfault] many large allocations #13

Closed mfunyu closed 8 months ago

mfunyu commented 9 months ago
TEST(MallocLargeTest, BigMultiple) {
    TestMultiple(1040384, 100, true);
}