1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Replace occurences of 'forum.minetest.net' with 'forum.luanti.org' (#15372)

This commit is contained in:
veprogames 2024-11-03 15:10:58 +01:00 committed by GitHub
parent c884e7181f
commit 9982c56373
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 7 additions and 7 deletions

View file

@ -932,7 +932,7 @@ double perf_freq = get_perf_freq();
* This appears to be a combination of unfortunate allocation order/fragmentation
* and the fact that glibc does not call madvise(MADV_DONTNEED) on its own.
* Some other allocators were also affected, jemalloc and musl libc were not.
* read more: <https://forum.minetest.net/viewtopic.php?t=30509>
* read more: <https://forum.luanti.org/viewtopic.php?t=30509>
*
* As a workaround we track freed memory coarsely and call malloc_trim() once a
* certain amount is reached.