kernel: Make the "heap" backend to mem_pool default
Remove the MEM_POOL_HEAP_BACKEND kconfig, treating it as true always. Now the legacy mem_pool cannot be enabled and all usage uses the k_heap/sys_heap backend. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
This commit is contained in:
parent
daed944175
commit
8a6aee9cac
21 changed files with 6 additions and 560 deletions
|
@ -27,11 +27,7 @@
|
|||
#include <sys/util.h>
|
||||
#include <sys/mempool_base.h>
|
||||
#include <kernel_structs.h>
|
||||
#ifdef CONFIG_MEM_POOL_HEAP_BACKEND
|
||||
#include <mempool_heap.h>
|
||||
#else
|
||||
#include <mempool_sys.h>
|
||||
#endif
|
||||
#include <kernel_version.h>
|
||||
#include <syscall.h>
|
||||
#include <sys/printk.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue