dmm_config.h.in 273 B

123456789101112131415161718
  1. #ifndef DMM_CONFIG_H
  2. #define DMM_CONFIG_H
  3. #cmakedefine HAVE_LOCKS
  4. #cmakedefine WITH_MEMORY_SPACE_AWARENESS
  5. /**
  6. * \brief The number of the heaps.
  7. */
  8. #cmakedefine NUM_HEAPS @NUM_HEAPS@
  9. #define MIN_FRAG_THRESHOLD 0.05
  10. #define WITH_COALESCING
  11. #endif /* DMM_CONFIG_H */