Fix dss/mmap allocation precedence code.

Fix dss/mmap allocation precedence code to use recyclable mmap memory
only after primary dss allocation fails.
This commit is contained in:
Jason Evans
2012-10-16 22:06:56 -07:00
parent 2b592b0f0b
commit 12efefb195
2 changed files with 20 additions and 26 deletions

View File

@@ -6,6 +6,12 @@ found in the git revision history:
http://www.canonware.com/cgi-bin/gitweb.cgi?p=jemalloc.git
git://canonware.com/jemalloc.git
* 3.x.x (XXX Not released)
Bug fixes:
- Fix dss/mmap allocation precedence code to use recyclable mmap memory only
after primary dss allocation fails.
* 3.1.0 (October 16, 2012)
New features: