@@ -130,10 +130,10 @@ elseif(RAW_BLOCKS_TYPE STREQUAL "bitmap")
set(dmmlib_SRCS
${dmmlib_SRCS}
- bitmap/bitmap_other.c
- bitmap/bitmap_malloc.c
- bitmap/bitmap_free.c
- bitmap/bitmap_realloc.c
+ bitmap/other.c
+ bitmap/malloc.c
+ bitmap/free.c
+ bitmap/realloc.c
memmove.c
)
@@ -16,7 +16,7 @@
*/
/**
- * @file bitmap_free.c
+ * @file bitmap/free.c
* @author Ilias Pliotas, Ioannis Koutras
* @date September 2012
* @brief free() implementation for bitmap-organized raw blocks
- * @file bitmap_malloc.c
+ * @file bitmap/malloc.c
* @date September, 2012
* @brief malloc() implementation for bitmap-organized raw blocks
- * @file bitmap_other.c
+ * @file bitmap/other.c
* @brief Helping functions for bitmap-organized raw blocks
- * @file bitmap_realloc.c
+ * @file bitmap/realloc.c
* @brief realloc() implementation for bitmap-organized raw blocks
- * @file other.c
+ * @file src/other.c
* @author Ioannis Koutras (joko@microlab.ntua.gr)
* @date October 2012
*
- * @file realloc.c
+ * @file src/realloc.c