mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-15 20:55:59 +00:00
The accounting data stored at the beginning of a memory block used by malloc must push the returned memory address to a word boundary. This is already the case on 32-bit systems, but not on 64-bit systems where e.g. struct k_mem_block_id still has a size of 4. Signed-off-by: Nicolas Pitre <npitre@baylibre.com> |
||
---|---|---|
.. | ||
src | ||
CMakeLists.txt | ||
prj.conf | ||
testcase.yaml |