Questions tagged «alloc»

8
在C ++中使用std :: allocator而不是new有什么优势?
我刚刚读过有关std::allocator。我认为,使用它而不是使用newand更复杂delete。 随着allocator我们必须明确分配堆内存,构建它,消灭它,然后终于解除分配内存。那么为什么创建它呢? 在什么情况下可以使用它,何时应使用它代替new和delete?
73 c++  heap  alloc 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.