Home | History | Annotate | Download | only in v1

Lines Matching full:__new_data

2892         pointer __new_data, __p;
2898 __new_data = __get_short_pointer();
2904 __new_data = __alloc_traits::allocate(__alloc(), __res_arg+1);
2911 __new_data = __alloc_traits::allocate(__alloc(), __res_arg+1);
2919 if (__new_data == nullptr)
2927 traits_type::copy(_VSTD::__to_raw_pointer(__new_data),
2935 __set_long_pointer(__new_data);