A red-black tree is maintained containing the metadata for all dynamically created kernel objects, which are allocated out of the system heap. Currently, k_object_alloc() and k_object_free() are supervisor-only. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
5 lines
90 B
Plaintext
5 lines
90 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_USERSPACE=y
|
|
CONFIG_DYNAMIC_OBJECTS=y
|
|
CONFIG_HEAP_MEM_POOL_SIZE=8192
|