Home | History | Annotate | Download | only in include

Lines Matching full:__allocate

2643                 static_cast<result_type*>(_VSTD::__allocate(__n * sizeof(result_type)));
2677 __begin_ = __end_ = static_cast<value_type*>(_VSTD::__allocate(__n * sizeof(value_type)));
2702 __begin_ = __end_ = static_cast<value_type*>(_VSTD::__allocate(__v.size() * sizeof(value_type)));
2743 __begin_ = __end_ = static_cast<value_type*>(_VSTD::__allocate(__n * sizeof(value_type)));
2771 __begin_ = __end_ = static_cast<value_type*>(_VSTD::__allocate(__n * sizeof(value_type)));
2797 __begin_ = __end_ = static_cast<value_type*>(_VSTD::__allocate(__n * sizeof(value_type)));
2826 __begin_ = __end_ = static_cast<value_type*>(_VSTD::__allocate(__n * sizeof(value_type)));
2855 __begin_ = __end_ = static_cast<value_type*>(_VSTD::__allocate(__n * sizeof(value_type)));
3140 static_cast<value_type*>(_VSTD::__allocate(__n * sizeof(value_type)));
3157 static_cast<value_type*>(_VSTD::__allocate(__n * sizeof(value_type)));
3174 static_cast<value_type*>(_VSTD::__allocate(__n * sizeof(value_type)));
3191 static_cast<bool*>(_VSTD::__allocate(__n * sizeof(bool)));
3511 static_cast<value_type*>(_VSTD::__allocate(__n * sizeof(value_type)));
3549 static_cast<value_type*>(_VSTD::__allocate(__n * sizeof(value_type)));
3570 static_cast<value_type*>(_VSTD::__allocate(__n * sizeof(value_type)));
3587 static_cast<value_type*>(_VSTD::__allocate(__n * sizeof(value_type)));
3607 __begin_ = __end_ = static_cast<value_type*>(_VSTD::__allocate(__n * sizeof(value_type)));