Add tests for debug mode "uninit fill" behaviour

This commit is contained in:
Frank Richter 2021-12-19 21:56:52 +01:00
parent 969f3a6998
commit 1cf7ca021d
2 changed files with 125 additions and 0 deletions

View file

@ -34,6 +34,7 @@ we therefore test the API over various inputs. Please add more tests :-)
#include "mimalloc.h"
// #include "mimalloc-internal.h"
#include "mimalloc-types.h" // for MI_DEBUG
#include "testhelper.h"