[CONF] Enable KERNEL_CMA as default in FastModel
authorDongju Chae <dongju.chae@samsung.com>
Fri, 6 Sep 2019 10:39:25 +0000 (19:39 +0900)
committer파리차이카푸르/On-Device Lab(SR)/Engineer/삼성전자 <pk.kapoor@samsung.com>
Tue, 10 Sep 2019 13:18:27 +0000 (22:18 +0900)
commitfccd92fb6a0647f4d28192aafe5977432479863c
treee75af35d32abe69fef2c0bebaf02cb56494f3eff
parentea3c2d287228584a18f8d0acfb97306c4226fdd5
[CONF] Enable KERNEL_CMA as default in FastModel

This commit enables KERNEL_CMA as default in FastModel.
A zero-sized reserved memory indicates that the memory allocator used Kernel's CMA allocation.
In order to accept the zero size, ne-conf.c should be changed.

Also, some minor bugs are fixed

Signed-off-by: Dongju Chae <dongju.chae@samsung.com>
meson_options.txt
src/core/ne-conf.c
src/core/ne-mem.c