Skip to content
Commit 31bfb3e7 authored by Jason Evans's avatar Jason Evans
Browse files

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).
parent f256680f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment