Loading
ion: Reduce secure system heap allocation time by stealing pages
When performing a secure system heap allocation, and allocating from a
secure pool fails, attempt to steal pages from the uncached system heap
pools, before falling back to the buddy allocator.
Additionally, remove redundant code that was once used for zeroing out
pages allocated from buddy.
Change-Id: Id0b08f49b1fb037b26cd09e6336a0b0dc5768d82
Signed-off-by:
Chris Goldsworthy <cgoldswo@codeaurora.org>