is_zero review; fix asan check

This commit is contained in:
daanx 2023-04-18 17:52:16 -07:00
parent 09e42aea4e
commit 173382ef60
3 changed files with 9 additions and 3 deletions

View file

@ -39,7 +39,7 @@ static int ITER = 50; // N full iterations destructing and re-creating a
#define STRESS // undefine for leak test
static bool allow_large_objects = false; // allow very large objects? (set to `true` if SCALE>100)
static bool allow_large_objects = true; // allow very large objects? (set to `true` if SCALE>100)
static size_t use_one_size = 0; // use single object size of `N * sizeof(uintptr_t)`?