1 # MallocBench requires malloc_trim for non-Apple platforms
2 if (NOT USE_SYSTEM_MALLOC)
3 if (APPLE OR HAVE_MALLOC_TRIM)
4 add_subdirectory(MallocBench)
6 message(WARNING "MallocBench is not available on this platform")
10 WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS()