mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
First, the maximum heap size must fit in 31 bits worth of chunks because the internal 32-bit field holding the size is shared with the `used` bit. Then the mention of a 256-byte block in the doc is no longer relevant. That pertained to the previous allocator implementation. And ditto for the HEAP_MEM_POOL_MIN_SIZE kconfig option. Signed-off-by: Nicolas Pitre <npitre@baylibre.com>