* grub-core/kern/mm.c (grub_real_malloc): Don't update the pointer to

current memory when allocating large chunks. This significantly
	decreases memory fragmentation.
This commit is contained in:
Vladimir Serbinenko 2013-11-18 16:58:55 +01:00
parent 1bbb796799
commit 39ff43c579
2 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2013-11-18 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/mm.c (grub_real_malloc): Don't update the pointer to
current memory when allocating large chunks. This significantly
decreases memory fragmentation.
2013-11-18 Colin Watson <cjwatson@ubuntu.com>
* util/grub-mkrescue.c (main): Fix typo.