摘要:
#include <iostream> using namespace std; constexpr int MEMORYPOOL_ALIGNMENT = 8; //对齐长度 // 内存块 template<typename _T> struct MemoryBlock { int nSize; / 阅读全文
posted @ 2020-01-11 23:27
鸿钧三清
阅读(556)
评论(0)
推荐(0)
浙公网安备 33010602011771号