#ifndef DMM_CONFIG_H #define DMM_CONFIG_H #cmakedefine HAVE_LOCKS #cmakedefine WITH_MEMORY_SPACE_AWARENESS /** * \brief The number of the heaps. */ #cmakedefine NUM_HEAPS @NUM_HEAPS@ #define MIN_FRAG_THRESHOLD 0.05 #endif /* DMM_CONFIG_H */