mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
The "small" heap is is way sufficient for most 32-bit systems. Let's provide the option to have only one type of heap allowing for smaller and faster heap code due to not having a bunch of runtime conditionals based on the heap size. Signed-off-by: Nicolas Pitre <npitre@baylibre.com>