commit | 6a8649f806d90bc8e6d820316ac4d813600f7122 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Thu Jul 12 15:00:58 2018 -0700 |
committer | Andrew Boie <andrewboie@gmail.com> | Fri Jul 20 11:41:08 2018 -0700 |
tree | fbf1de672fa2f4b0fe1a9c1c81b55d99faabc465 | |
parent | 17282578a979c9dbbb17e5d85fd71a9d397a92ff [diff] |
libc: minimal: add malloc functions We base the malloc() implementation on a common sys_mem_pool whose size is specified by Kconfig. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>