This commit is contained in:
Kovid Goyal 2021-04-10 14:32:13 +05:30
parent effe30ad3f
commit 8c6566580a
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -346,5 +346,6 @@ use `glibc`` as your C library by setting the environment variable
allocated in sizes of more than 64 bytes. With this set, memory usage will allocated in sizes of more than 64 bytes. With this set, memory usage will
climb high, then fall when closing windows, but not fall all the way back. The climb high, then fall when closing windows, but not fall all the way back. The
remaining used memory can be investigated using valgrind again, and it will remaining used memory can be investigated using valgrind again, and it will
come from arenas in the GPU drivers. These too allocate memory in large blocks come from arenas in the GPU drivers and the per thread arenas glibc's malloc
and dont release it back to the OS immediately. maintains. These too allocate memory in large blocks and dont release it back
to the OS immediately.