Fix the tests.
This commit is contained in:
committed by
David Chisnall
parent
66cec23b23
commit
e5d330ec7a
@@ -82,7 +82,7 @@ namespace snmalloc
|
|||||||
static constexpr DecommitStrategy decommit_strategy =
|
static constexpr DecommitStrategy decommit_strategy =
|
||||||
#ifdef USE_DECOMMIT_STRATEGY
|
#ifdef USE_DECOMMIT_STRATEGY
|
||||||
USE_DECOMMIT_STRATEGY
|
USE_DECOMMIT_STRATEGY
|
||||||
#elif defined(_WIN32)
|
#elif defined(_WIN32) && !defined(OPEN_ENCLAVE)
|
||||||
DecommitSuperLazy
|
DecommitSuperLazy
|
||||||
#else
|
#else
|
||||||
DecommitSuper
|
DecommitSuper
|
||||||
|
|||||||
Reference in New Issue
Block a user