haiku/src/system
Michael Lotz c4a9344a11 libroot_debug: Support alignments > B_PAGE_SIZE in guarded heap.
These are always allocated using an area. The allocation size is
increased as to guarantee the availability of a suitable address. The
pages between the allocation info and the actual, aligned start address
and the pages past the allocation end are then protected.

This commit also fixes corruption of the allocation info for large
allocations that used areas. The alignment wasn't taken into account
when calculating the amount of space needed. The alignment could then
lead to rounding down the allocation start such that it would overlap
with the allocation info.
2015-08-20 21:59:41 +02:00
..
boot u-boot: PPC: Fix warnings 2015-06-12 23:18:33 +02:00
glue
kernel Assorted whitespace cleanup and typo fixes. 2015-08-20 21:54:41 +02:00
ldscripts PPC: simplify the bootloader linker script 2015-04-22 02:43:34 +02:00
libroot libroot_debug: Support alignments > B_PAGE_SIZE in guarded heap. 2015-08-20 21:59:41 +02:00
runtime_loader
Jamfile