|
@@ -36,6 +36,9 @@ message(STATUS "********************************************")
|
|
|
message(STATUS "********** ${PROJECT_NAME} build options : **********")
|
|
|
message(STATUS "Support for just one allocator: " ${WITH_SINGLE_ALLOCATOR})
|
|
|
message(STATUS "OS call for memory requests: " ${WITH_SYSTEM_CALLS})
|
|
|
+if(NOT WITH_SYSTEM_CALLS STREQUAL "none")
|
|
|
+ message(STATUS "Requesting blocks multiple of: " ${SYS_ALLOC_SIZE} " bytes")
|
|
|
+endif(NOT WITH_SYSTEM_CALLS STREQUAL "none")
|
|
|
message(STATUS "POSIX locking mechanisms: " ${HAVE_LOCKS})
|
|
|
message(STATUS "Number of heaps per allocator: " ${NUM_HEAPS})
|
|
|
if(BLOCKS_ORGANIZATION STREQUAL "dll")
|