commit | 87c7bfaca6d0506c46ea2cf6f7673385999d4309 | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Wed Mar 20 18:19:13 2013 -0700 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Thu Mar 21 09:55:50 2013 -0700 |
tree | f0f1d4073b5407d421aa6e4eee802fd0625a2100 | |
parent | a8cc3d5409473e595bbbd7fee0f571d26376b277 [diff] |
msm: pil: Don't free dynamic allocations We don't want to free the dynamic allocations for an image's relocatable area because we can't guarantee there won't be internal fragmentation. Reuse the region if it has already been allocated and be sure to not free it when reinitializing the memory map for an image. Change-Id: Ibb7402a1a418d455572bfa6111336b3cfa312640 Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>