| /src/external/bsd/jemalloc.old/dist/test/unit/ |
| double_free.c | 6 bool fake_abort_called; variable 9 fake_abort_called = true; 15 fake_abort_called = false; 20 expect_b_eq(fake_abort_called, true, "Double-free check didn't fire."); 44 fake_abort_called = true; 67 fake_abort_called = true;
|
| safety_check.c | 10 bool fake_abort_called; variable 13 fake_abort_called = true; 34 expect_b_eq(fake_abort_called, true, "Redzone check didn't fire."); 35 fake_abort_called = false; 50 expect_b_eq(fake_abort_called, true, "Redzone check didn't fire."); 51 fake_abort_called = false; 66 expect_b_eq(fake_abort_called, true, "Redzone check didn't fire."); 67 fake_abort_called = false; 83 expect_b_eq(fake_abort_called, true, "Redzone check didn't fire."); 84 fake_abort_called = false [all...] |
| size_check.c | 5 bool fake_abort_called; variable 8 fake_abort_called = true; 21 fake_abort_called = false; 30 expect_true(fake_abort_called, "Safety check didn't fire");
|
| uaf.c | 13 static bool fake_abort_called; variable 16 fake_abort_called = true; 22 fake_abort_called = false; 29 expect_true(fake_abort_called, "Use-after-free check didn't fire."); 141 fake_abort_called = true;
|
| /src/external/bsd/jemalloc/dist/test/unit/ |
| safety_check.c | 10 bool fake_abort_called; variable 14 fake_abort_called = true; 35 expect_b_eq(fake_abort_called, true, "Redzone check didn't fire."); 36 fake_abort_called = false; 51 expect_b_eq(fake_abort_called, true, "Redzone check didn't fire."); 52 fake_abort_called = false; 67 expect_b_eq(fake_abort_called, true, "Redzone check didn't fire."); 68 fake_abort_called = false; 84 expect_b_eq(fake_abort_called, true, "Redzone check didn't fire."); 85 fake_abort_called = false [all...] |
| double_free.c | 6 bool fake_abort_called; variable 10 fake_abort_called = true; 16 fake_abort_called = false; 21 expect_b_eq(fake_abort_called, true, "Double-free check didn't fire."); 54 fake_abort_called = true; 77 fake_abort_called = true; 100 fake_abort_called = true; 129 fake_abort_called = true;
|
| size_check.c | 5 bool fake_abort_called; variable 9 fake_abort_called = true; 22 fake_abort_called = false; 31 expect_true(fake_abort_called, "Safety check didn't fire");
|
| uaf.c | 13 static bool fake_abort_called; variable 17 fake_abort_called = true; 23 fake_abort_called = false; 30 expect_true(fake_abort_called, "Use-after-free check didn't fire."); 144 fake_abort_called = true;
|
| /src/external/bsd/jemalloc.old/dist/test/integration/cpp/ |
| infallible_new_true.cpp | 10 bool fake_abort_called; variable 16 fake_abort_called = true; 58 expect_b_eq(fake_abort_called, true, "Abort hook not invoked");
|
| /src/external/bsd/jemalloc/dist/test/integration/cpp/ |
| infallible_new_true.cpp | 10 bool fake_abort_called; variable 17 fake_abort_called = true; 59 expect_b_eq(fake_abort_called, true, "Abort hook not invoked");
|