Home | History | Annotate | Download | only in v1

Lines Matching full:__new_data

2893         pointer __new_data, __p;
2899 __new_data = __get_short_pointer();
2905 __new_data = __alloc_traits::allocate(__alloc(), __res_arg+1);
2912 __new_data = __alloc_traits::allocate(__alloc(), __res_arg+1);
2920 if (__new_data == nullptr)
2928 traits_type::copy(_VSTD::__to_raw_pointer(__new_data),
2936 __set_long_pointer(__new_data);