bezel/scalar_allocation_policy/operator_new.hbezel::scalar_allocation_policy::operator_new
scalar_allocation_policy::operator_newは、::operator newと::operator deleteによるスカラー割り当てポリシーの実装である。
allocateとdeallocateは、::operator newと::operator deleteによって行われる。
moveは、移動元のポリシーオブジェクトの型が同一であれば常に許可される。