From 15d0b91aed29a0ea59edf3356f5d875c570ba95b Mon Sep 17 00:00:00 2001 From: lwx897429 Date: Tue, 5 Jan 2021 10:11:51 +0800 Subject: [PATCH] Unnecessary output does not allocate memory --- inc/framework/common/types.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/inc/framework/common/types.h b/inc/framework/common/types.h index e3baa816..b6a51480 100644 --- a/inc/framework/common/types.h +++ b/inc/framework/common/types.h @@ -1097,6 +1097,10 @@ struct BasicInfo { uint32_t total_size; // total memory size }; #pragma pack() // Cancels single-byte alignment +enum class MemorySizeCalcType { + NORMAL = 0, + ALWAYS_EMPTY +}; } // namespace ge namespace domi {