commit | 3c2c1d85b00482fef824115fae702456264099ab | [log] [tgz] |
---|---|---|
author | Andy Ross <andrew.j.ross@intel.com> | Mon Dec 07 10:00:06 2020 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Dec 07 21:50:14 2020 -0500 |
tree | cba00cdb285bd41e7c6d0199d5b800aea22080a2 | |
parent | 9028ba5e278e937666246745d0ad7952f23f3a32 [diff] |
kernel: Remove z_mem_pool wrapper internals These implemented a k_mem_pool in terms of the now universal k_heap utility. That's no longer necessary now that the k_mem_pool API has been removed. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>