From 8c795cc37dda52454d6365b3eebe652a6a830b48 Mon Sep 17 00:00:00 2001 From: daan Date: Mon, 19 Aug 2019 21:24:38 -0700 Subject: [PATCH] remove test statement --- src/memory.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/memory.c b/src/memory.c index d6d94a44..26f87092 100644 --- a/src/memory.c +++ b/src/memory.c @@ -143,7 +143,6 @@ static bool mi_region_commit_blocks(mem_region_t* region, size_t idx, size_t bit } while (!mi_atomic_compare_exchange(®ion->map, map & ~mask, map)); return false; } - Sleep(10); // set the newly allocated region if (mi_atomic_compare_exchange_ptr(®ion->start, start, NULL)) {