commit | d92d1f162af3ba24963f1026fc0a304f1a44d1f3 | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Mon Jul 19 14:09:25 2021 -0700 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Thu Aug 26 21:16:22 2021 -0400 |
tree | 00adafed3b1faa1c28c15bceb731effb2366d8f3 | |
parent | 99290f7fef06b21e6b6ea0671b4c03df485dd1a1 [diff] |
kernel: each kheap buffer has its own section attribute This attaches a unique section attribute for each kheap buffer defined with K_HEAP_DEFINE(). This allows them to be placed as needed via linker scripts. This is useful for demand paging as developers can choose which can be pinned in memory. Signed-off-by: Daniel Leung <daniel.leung@intel.com>