commit | 31bdfc014e786d94608b4405694520f41c5066bf | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Wed Nov 08 16:38:03 2017 -0800 |
committer | Andrew Boie <andrewboie@gmail.com> | Tue Apr 24 12:27:54 2018 -0700 |
tree | 9232b1cf2721de1cf12a6576f8766b993bde021f | |
parent | 513488c9379310988f629e7f3d6a209d6b313c10 [diff] |
userspace: add support for dynamic kernel objects 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>