<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2016-11-11 10:31 GMT+08:00 Adam <span dir="ltr"><<a href="mailto:adam.mlmb@gmail.com" target="_blank">adam.mlmb@gmail.com</a>></span>:<br><div>.. </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div class="gmail_extra"><div class="gmail_quote"><div></div><div>Not sure if malloc() tends to be aligned to page limits, anyhow I guess that would be a healthy assumption.</div></div></div></div></div></div></div></blockquote><div><br></div><div>Reading some malloc implementation man pages, it is a frequent occurrence that they say that allocations of pagesize and up, are page-aligned. So yes that should be a healthy assumption.</div><div><br></div></div></div></div>