Parcourir la source

Update memory.cpp

blueloveTH il y a 1 an
Parent
commit
b6b914e312
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/memory.cpp

+ 1 - 1
src/memory.cpp

@@ -251,7 +251,7 @@ struct MemoryPool{
         snprintf(
             buffer,
             sizeof(buffer),
-            "pool%d: %.2f/%.2f MB - %d/%d arenas",
+            "pool%d: %.2f/%.2f MB (%d/%d arenas)",
             __BlockSize,
             (float)allocated_size / (1024*1024),
             (float)total_size / (1024*1024),