Home | History | Annotate | Download | only in include

Lines Matching full:__new_data

3170         pointer __new_data, __p;
3176 __new_data = __get_short_pointer();
3182 __new_data = __alloc_traits::allocate(__alloc(), __res_arg+1);
3189 __new_data = __alloc_traits::allocate(__alloc(), __res_arg+1);
3197 if (__new_data == nullptr)
3205 traits_type::copy(_VSTD::__to_raw_pointer(__new_data),
3213 __set_long_pointer(__new_data);