Module Name: src Committed By: joerg Date: Tue Apr 12 18:07:09 UTC 2016
Modified Files: src/lib/libc/stdlib: jemalloc.c Log Message: lib/50791: Instead of using sorting the arena chunks by address only, sort by size of the longest run and address as tie break. Avoids long linear searches for code heavy on medium sized allocations. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/lib/libc/stdlib/jemalloc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.