mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-30 10:55:27 +00:00
emalloc() is called only by construct_mbi() during creating e820 mmap layout. The switching has two benefits: first, UEFI FW might keep some memory in pool, unlike call to emalloc(), call to allocate_pool() might have no impact on e820 mmap; on the other hand, we can remove emalloc() routine after this switching. Tracked-On:#1260 Signed-off-by: Chaohong Guo <chaohong.guo@intel.com> Reviewed-by: Anthony Xu <Anthony.Xu@intel.com> Acked-by: Gen Zheng <gen.zheng@intel.com> |
||
---|---|---|
.. | ||
boot.c | ||
boot.h | ||
efilinux.h | ||
Makefile | ||
malloc.c | ||
multiboot.h | ||
pe.c | ||
stdlib.h |