improved arena cache

This commit is contained in:
daan 2020-05-02 10:37:33 -07:00
parent 1b158d8e80
commit 37b43e4cea
3 changed files with 127 additions and 153 deletions

View file

@ -184,7 +184,7 @@ int main() {
// double_free1();
// double_free2();
// corrupt_free();
block_overflow1();
//block_overflow1();
void* p1 = malloc(78);
void* p2 = malloc(24);