分配至少有 bytes 字节的存储。若支持这种对齐,则返回的存储对齐到指定的 alignment ,否则对齐到 alignof(std::max_align_t) 。
bytes
alignment
alignment 应是二的幂。
若不能取得拥有要求的大小和对齐的存储,则抛出异常。