File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
libs/core/allocator_support Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 77# Allow to disable caching allocator
88hpx_option(
99 HPX_ALLOCATOR_SUPPORT_WITH_CACHING BOOL
10- "Enable caching allocator. (default: ON )" ON ADVANCED
10+ "Enable caching allocator. (default: OFF )" OFF ADVANCED
1111 CATEGORY "Modules"
1212 MODULE ALLOCATOR_SUPPORT
1313)
@@ -24,15 +24,9 @@ set(allocator_support_headers
2424 hpx/allocator_support/detail/new.hpp
2525 hpx/allocator_support/internal_allocator.hpp
2626 hpx/allocator_support/traits/is_allocator.hpp
27+ hpx/allocator_support/thread_local_caching_allocator.hpp
2728)
2829
29- if (HPX_ALLOCATOR_SUPPORT_WITH_CACHING)
30- set (allocator_support_headers
31- ${allocator_support_headers}
32- hpx/allocator_support/thread_local_caching_allocator.hpp
33- )
34- endif ()
35-
3630# cmake-format: off
3731set (allocator_support_compat_headers
3832 hpx/allocator_support.hpp => hpx/modules/allocator_support.hpp
You can’t perform that action at this time.
0 commit comments