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