|
@@ -9,10 +9,10 @@ set(WITH_SPLITTING "variable" CACHE STRING "Build with splitting support")
|
|
|
set(MIN_SPLIT_SIZE 64 CACHE INTEGER "Minimum splitting size")
|
|
|
option(WITH_KNOBS "Build with knobs support" ON)
|
|
|
option(FREELIST_COALESCE_AFTER_SPLIT "Try to coalesce blocks after split" ON)
|
|
|
-set(STATS "global" CACHE STRING "Choose if the memory allocator keeps internally statistics per raw block or globally, options are: none, global")
|
|
|
-option(REQUEST_SIZE_INFO "Keep request size information in metadata" ON)
|
|
|
-option(WITH_MEM_TRACE "Support for memory traces" ON)
|
|
|
-option(WITH_STATS_TRACE "Support for statistics traces" ON)
|
|
|
+set(STATS "none" CACHE STRING "Choose if the memory allocator keeps internally statistics per raw block or globally, options are: none, global")
|
|
|
+option(REQUEST_SIZE_INFO "Keep request size information in metadata" OFF)
|
|
|
+option(WITH_MEM_TRACE "Support for memory traces" OFF)
|
|
|
+option(WITH_STATS_TRACE "Support for statistics traces" OFF)
|
|
|
option(WITH_STATIC_LIB "Build a static library" OFF)
|
|
|
option(WITH_SHARED_LIB "Build a shared library" ON)
|
|
|
option(PARSE_ENV "Build with support to parse dmmlib environment variables" ON)
|