4 Sep
2017
4 Sep
'17
3:33 p.m.
On Fri, 2017-09-01 at 16:41 +0800, Keyon Jie wrote:
To add support for different types of heap memory, here it will:
- add handle for RFLAGS_DMA which will allocate DMA buffer blocks
if exist; 2. refine free_block, which will free blocks of runtime heap, general buffer heap, or dma buffer heap.
Signed-off-by: Keyon Jie yang.jie@linux.intel.com Tested-by: Zhang Keqiao keqiao.zhang@intel.com
src/lib/alloc.c | 82 +++++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 56 insertions(+), 26 deletions(-)
Applied