Explorar el Código

Comments on statistics data types

Ioannis Koutras hace 13 años
padre
commit
80e4a8b93f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      include/dmmlib/heap.h

+ 1 - 1
include/dmmlib/heap.h

@@ -74,7 +74,7 @@ typedef struct dmmstats_s {
 	size_t mem_requested; /**< Total memory currently requested. */
 #endif /* FUTURE_FEATURES */
 	size_t mem_used; /**< Total memory actively allocated. */
-	size_t mem_allocated; /**< Total managed memory. */
+	size_t mem_allocated; /**< Total managed memory (heap size). */
 	uint32_t live_objects; /**< Number of the currently used blocks. */
 #ifdef COUNT_ACCESSES
 	uint32_t read_mem_accesses; /**< Number of read accesses. */