123456789101112131415161718 |
- #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
- #define WITH_COALESCING
- #endif /* DMM_CONFIG_H */
|