Go to file
Jason Evans 31bfb3e7b0 Fix an alignment-related bug in huge_ralloc().
Fix huge_ralloc() to call huge_palloc() only if alignment requires it.
This bug caused under-sized allocation for aligned huge reallocation
(via rallocm()) if the requested alignment was less than the chunk size
(4 MiB by default).
2011-01-31 19:58:22 -08:00
jemalloc Fix an alignment-related bug in huge_ralloc(). 2011-01-31 19:58:22 -08:00
.gitignore Use mremap(2) for huge realloc(). 2010-11-30 16:50:58 -08:00