commit | 38031dd599f7839e3b88c1251c54a70293208cd9 | [log] [tgz] |
---|---|---|
author | Andy Ross <andrew.j.ross@intel.com> | Mon Apr 06 10:35:47 2020 -0700 |
committer | Andrew Boie <andrewboie@gmail.com> | Tue Apr 14 10:05:55 2020 -0700 |
tree | 9dae3362a3732444339351cf2265a697e40b0ccb | |
parent | e582bc128a3900f291bc64666a9ac4c7b5c5262f [diff] |
kernel: Make the k_heap backend default for k_mem_pool Legacy code can switch back to the original implementation where it needs it, but we don't want new code to be unintentionally dependent on the behavior of the older allocator. The new one is a better general purpose choice. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>