Browse Source

Unnecessary output does not allocate memory

pull/866/head
lwx897429 5 years ago
parent
commit
15d0b91aed
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      inc/framework/common/types.h

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

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


Loading…
Cancel
Save