]> git.ipfire.org Git - thirdparty/grub.git/commit
* grub-core/kern/mm.c (grub_real_malloc): Decrease cut-off of moving the
authorVladimir Serbinenko <phcoder@gmail.com>
Mon, 18 Nov 2013 16:41:37 +0000 (17:41 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Mon, 18 Nov 2013 16:41:37 +0000 (17:41 +0100)
commit45bf8b3a75492085f2a7a0563b301caabfbeb63d
treed5e6e3143931ec73ff070d3bb096251e2855748d
parent39ff43c579870df6758757663432c4849c80d532
* grub-core/kern/mm.c (grub_real_malloc): Decrease cut-off of moving the
pointer to 32K. This is the size of cache element which is the most
common allocation >1K. This way the pointer is always around blocks
of 32K and so we keep performance while decreasing fragmentation.
ChangeLog
grub-core/kern/mm.c