Go to file
Jason Evans a8118233ec Fix a thread cache stats merging bug.
When a thread cache flushes objects to their arenas due to an abundance
of cached objects, it merges the allocation request count for the
associated size class, and increments a flush counter.  If none of the
flushed objects came from the thread's assigned arena, then the merging
wouldn't happen (though the counter would typically eventually be
merged), nor would the flush counter be incremented (a hard bug).  Fix
this via extra conditional code just after the flush loop.
2011-03-14 12:56:51 -07:00
jemalloc Fix a thread cache stats merging bug. 2011-03-14 12:56:51 -07:00
.gitignore Use mremap(2) for huge realloc(). 2010-11-30 16:50:58 -08:00