blueloveTH 1 anno fa
parent
commit
b6b914e312
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/memory.cpp

+ 1 - 1
src/memory.cpp

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