|
@@ -36,6 +36,7 @@ message(STATUS "********************************************")
|
|
|
message(STATUS "********** ${PROJECT_NAME} build options : **********")
|
|
|
message(STATUS "OS call for memory requests: " ${WITH_SYSTEM_CALLS})
|
|
|
message(STATUS "POSIX locking mechanisms: " ${HAVE_LOCKS})
|
|
|
+message(STATUS "Number of heaps per allocator: " ${NUM_HEAPS})
|
|
|
if(BLOCKS_ORGANIZATION STREQUAL "dll")
|
|
|
message(STATUS "Block organization: Doubly-Linked Lists")
|
|
|
else(BLOCKS_ORGANIZATION STREQUAL "dll")
|