mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
Update memory.cpp
This commit is contained in:
parent
fbd825951c
commit
b6b914e312
@ -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),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user