zephyr/doc/kernel/memory
Andrew Boie a2480bd472 mempool: add API for malloc semantics
This works like k_malloc() but allows the user to designate
a specific memory pool to use instead of the kernel heap.

Test coverage provided by existing tests for k_malloc(), which is
now derived from this API.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2018-05-16 17:32:59 -07:00
..
heap.rst doc: misspelling and UTF-8 fixes 2017-05-09 20:15:49 -04:00
memory.rst
pools.rst mempool: add API for malloc semantics 2018-05-16 17:32:59 -07:00
slabs.rst