From f6349092c9b0fc6cd30cbb29a9cf52a7b4f3790b Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Thu, 21 Feb 2019 09:47:43 +0000 Subject: [PATCH] Remove debugging define. This was enabled so CI would run it. It probably should be enabled for some testing, but via CMake, not like this. --- src/mem/largealloc.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mem/largealloc.h b/src/mem/largealloc.h index 8513f69..cfc5e14 100644 --- a/src/mem/largealloc.h +++ b/src/mem/largealloc.h @@ -171,7 +171,6 @@ namespace snmalloc return p; } -#define TEST_LAZY_DECOMMIT 4 ALWAYSINLINE void lazy_decommit_if_needed() { #ifdef TEST_LAZY_DECOMMIT