Commit 1a6a62a3 by ziyue

malloc确保内存对齐

parent 15297a3c
......@@ -403,7 +403,7 @@ public:
static constexpr uint32_t kMagic = 0xFEFDFCFB;
uint32_t magic;
uint32_t size;
uint8_t type;
uint32_t type;
MemAllocInfo *alloc_info;
char ptr;
}PACKED;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论