zephyr/tests/lib/heap_align
Nicolas Pitre 9dcd76a650 lib/os/heap: minimize initial overallocation in the aligned case
The biggest required padding is equal to `align - chunk_header_bytes`
and not `align - 1` given that the header already contributes to the
padding.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2020-11-30 14:50:07 -05:00
..
src lib/os/heap: minimize initial overallocation in the aligned case 2020-11-30 14:50:07 -05:00
CMakeLists.txt
prj.conf lib/os/heap: remove big_heap restriction for aligned allocations 2020-07-14 19:35:52 -04:00
testcase.yaml