diff options
author | Jason Evans <je@facebook.com> | 2010-01-29 21:37:31 (GMT) |
---|---|---|
committer | Jason Evans <je@facebook.com> | 2010-01-29 21:37:31 (GMT) |
commit | d8f565f2390d1da0dc74210710aa1fac4db38a9c (patch) | |
tree | c756a3c26e0a826c787fcaf04317cc4555b39c86 /jemalloc/doc | |
parent | c66aaf1476119c9df2b051a49d5f6bf290bb84dc (diff) | |
download | jemalloc-d8f565f2390d1da0dc74210710aa1fac4db38a9c.zip jemalloc-d8f565f2390d1da0dc74210710aa1fac4db38a9c.tar.gz jemalloc-d8f565f2390d1da0dc74210710aa1fac4db38a9c.tar.bz2 |
Remove tcache bin sorting during flush.
This feature caused significant performance degradation, and the
fragmentation reduction benefits were difficult to quantify.
Diffstat (limited to 'jemalloc/doc')
-rw-r--r-- | jemalloc/doc/jemalloc.3.in | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/jemalloc/doc/jemalloc.3.in b/jemalloc/doc/jemalloc.3.in index f14226e..73b3e62 100644 --- a/jemalloc/doc/jemalloc.3.in +++ b/jemalloc/doc/jemalloc.3.in @@ -414,15 +414,6 @@ Double/halve the size of the maximum size class that is a multiple of the quantum (8 or 16 bytes, depending on architecture). Above this size, cacheline spacing is used for size classes. The default value is 128 bytes. -@roff_tcache@.It S -@roff_tcache@Sort the objects of a particular size class that are stored in a -@roff_tcache@thread-specific cache just before flushing some of them from the -@roff_tcache@cache, such that the objects highest in memory are preferentially -@roff_tcache@freed. -@roff_tcache@This tends to reduce fragmentation, but sorting is (n lg n), and in -@roff_tcache@practice it is expensive enough to have a moderate performance -@roff_tcache@impact. -@roff_tcache@This option is enabled by default. @roff_trace@.It T @roff_trace@Write a verbose trace log to a set of files named according to the @roff_trace@pattern @@ -722,13 +713,6 @@ option. @roff_tcache@option. @roff_tcache@.Ed .\"----------------------------------------------------------------------------- -@roff_tcache@.It Sy "opt.tcache_sort (bool) r-" -@roff_tcache@.Bd -ragged -offset indent -compact -@roff_tcache@See the -@roff_tcache@.Dq S -@roff_tcache@option. -@roff_tcache@.Ed -.\"----------------------------------------------------------------------------- .It Sy "opt.stats_print (bool) r-" .Bd -ragged -offset indent -compact See the |