Update memory.cpp

This commit is contained in:
blueloveTH 2024-03-22 12:33:15 +08:00
parent fbd825951c
commit b6b914e312

View File

@ -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),