Browse Source

Unnecessary output does not allocate memory

tags/v1.2.0
lwx897429 3 years ago
parent
commit
ad1ae2d8ae
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      inc/framework/common/types.h

+ 1
- 0
inc/framework/common/types.h View File

@@ -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 {


Loading…
Cancel
Save