mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 11:34:38 +03:00
add MI_PADDING flag to cmake to supress use of padding in debug mode
This commit is contained in:
parent
afc4f79a69
commit
69a0846478
6 changed files with 13 additions and 9 deletions
|
@ -19,7 +19,7 @@ int main() {
|
|||
// double_free1();
|
||||
// double_free2();
|
||||
// corrupt_free();
|
||||
// block_overflow1();
|
||||
block_overflow1();
|
||||
|
||||
void* p1 = malloc(78);
|
||||
void* p2 = malloc(24);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue