]> code.delx.au - gnu-emacs/commit
Increase success rate of fallback lmalloc
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 9 Feb 2016 04:24:55 +0000 (20:24 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 9 Feb 2016 04:25:23 +0000 (20:25 -0800)
commitb1079c0f86c218f016a6c2e84ea402f4e175fc53
tree1103d4fb608cd77bb3b8a8b3cc33904a63906a61
parenta3bf4a387fdc44e5631a6431a2e40e741c672359
Increase success rate of fallback lmalloc

* src/alloc.c (lmalloc, lrealloc): Reallocate with (typically)
larger and larger sizes, to increase the probability that
the allocator will return a Lisp-aligned pointer.
src/alloc.c