From ad1ae2d8aeadbb4a1172e08d3adb9d27595aacca 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/framework/common/types.h b/inc/framework/common/types.h index e3baa816..4d4c54d1 100644 --- a/inc/framework/common/types.h +++ b/inc/framework/common/types.h @@ -1097,6 +1097,7 @@ 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 {