/usr/include/c++/5/ext/new_allocator.h | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 1 | 10 | 10.0 |
line | true | false | branch |
---|---|---|---|
101 | 0 | 0 | if (__n > this->max_size()) |
0 | 5 | if (__n > this->max_size()) | |
120 | 0 | 0 | { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); } |
0 | 0 | { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); } | |
0 | 0 | { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); } |