mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-17 14:58:43 +00:00
hv: remove dynamic memory allocation APIs
This patch removes dynamic memory allocation APIs, including: - calloc - malloc - free The corresponding data structures, MACROs, and Kconfig items are also removed. v1 -> v2: no change Tracked-On: #861 Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>
This commit is contained in:
committed by
ACRN System Integration
parent
773889bb65
commit
dbb41575e7
@@ -10,7 +10,6 @@
|
||||
#include <host_pm.h>
|
||||
#include <io.h>
|
||||
#include <spinlock.h>
|
||||
#include <mem_mgt.h>
|
||||
#include "pci.h"
|
||||
#include "vtd.h"
|
||||
#include "acpi_priv.h"
|
||||
|
Reference in New Issue
Block a user