commit | 46db2b491dfa1cbcb4394389e8e87465c545c538 | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <npitre@baylibre.com> | Tue Oct 12 23:41:20 2021 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Sun Oct 17 07:34:51 2021 -0400 |
tree | ac8c7660a2d94dffafb6182af167c83f541fa2a1 | |
parent | b7063164916e9e9359a58b871f1cce12cf1debfb [diff] |
lib/os/heap: option for optimizing for one heap size on 32-bit systems 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>