在
make_shared的boost文档中,它说:
Besides convenience and style,such a function is also exception safe and considerably
faster because it can use a single allocation for both the object and its corresponding
control block,eliminating a significant portion of shared_ptr’s construction overhead.
我不明白“单一分配”的含义,是什么意思?