-
- Downloads
Debug.memory_usage(): Added kludge for Linux libc.
The fields in struct mallinfo in Linux libc (as of glibc 2.20) are declared as int, and will thus overflow into negative when the values get larger than 0x3fffffff. This commit interprets negative mallinfo values as 32-bit unsigned values.
Loading
Please register or sign in to comment