zephyr/kernel/microkernel/include
Jithu Joseph 9e45411a59 memory_pool_heap: malloc/free access over a heap memory pool
Specifying  HEAP_SIZE keyword in an app's MDEF file, results in
creating a new memory pool, which can be accessed using the
task_malloc() and task_free() APIs, which have the usual malloc/free
like semantics.

Expected format in MDEF file
HEAP_SIZE    <value>

Change-Id: I0569cffeecf8a2c23c20c7b359256123ece91982
Signed-off-by: Jithu Joseph <jithu.joseph@intel.com>
2016-03-10 23:19:59 +00:00
..
k_pipe_buffer.h checkpatch: warning - long_line 2016-02-05 20:24:33 -05:00
k_pipe_util.h c++: Add extern "C" { } block to header files 2016-02-05 20:25:22 -05:00
kernel_main.h Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
micro_private_types.h logger: removes old task monitor structures. 2016-02-09 13:03:19 -05:00
micro_private.h memory_pool_heap: malloc/free access over a heap memory pool 2016-03-10 23:19:59 +00:00