Redefine dfs filter type to avoid prealloc problem by making one large chunk into multiple smaller chunks. With current data structure, dfs attach was requesting huge chunk of memory from the heap which results in failure. This change set fixes the issue by modifying the data structure so that one large chunk is made as multiple smaller chunks. Change-Id: If944747de63a68d55a83b8595d0a07dd05f53dbe CRs-Fixed: 975903 |
||
---|---|---|
.. | ||
inc | ||
src | ||
sources |