Allocator
template <class charT, class traits, class Allocator>
basic_string <charT, traits, Allocator>&
basic_string <charT, traits, Allocator>::
template <class charT, class traits, class Allocator>
inline void basic_string <charT, traits, Allocator>::Rep::
template <class charT, class traits, class Allocator>
inline void basic_string <charT, traits, Allocator>::Rep::
template <class charT, class traits, class Allocator>
basic_string <charT, traits, Allocator>&
basic_string <charT, traits, Allocator>::
template <class charT, class traits, class Allocator>
inline void basic_string <charT, traits, Allocator>::Rep::
template <class charT, class traits, class Allocator>
basic_string <charT, traits, Allocator>& basic_string <charT, traits, Allocator>::
template <class charT, class traits, class Allocator>
void basic_string <charT, traits, Allocator>::
template <class charT, class traits, class Allocator>
basic_string <charT, traits, Allocator>::size_type
basic_string <charT, traits, Allocator>::
template <class charT, class traits, class Allocator>
basic_string <charT, traits, Allocator>::size_type
basic_string <charT, traits, Allocator>::
template <class charT, class traits, class Allocator>
inline basic_string <charT, traits, Allocator>::size_type
basic_string <charT, traits, Allocator>::
template <class charT, class traits, class Allocator>
basic_string <charT, traits, Allocator>::size_type
basic_string <charT, traits, Allocator>::
template <class charT, class traits, class Allocator>
basic_string <charT, traits, Allocator>::size_type
basic_string <charT, traits, Allocator>::
template <class charT, class traits, class Allocator>
template <class charT, class traits, class Allocator>
basic_string <charT, traits, Allocator>::size_type
basic_string <charT, traits, Allocator>::
inline void * basic_string <charT, traits, Allocator>::Rep::
template <class charT, class traits, class Allocator>
basic_string <charT, traits, Allocator>::size_type
basic_string <charT, traits, Allocator>::
template <class charT, class traits, class Allocator>
basic_string <charT, traits, Allocator>::size_type
basic_string <charT, traits, Allocator>::
return Allocator::allocate(s + extra * sizeof (charT));
template <class charT, class traits, class Allocator>
basic_string <charT, traits, Allocator>::size_type
basic_string <charT, traits, Allocator>::
template <class charT, class traits, class Allocator>
basic_string <charT, traits, Allocator>::size_type
basic_string <charT, traits, Allocator>::
template <class charT, class traits, class Allocator>
template <class charT, class traits, class Allocator>
basic_string <charT, traits, Allocator>::size_type
basic_string <charT, traits, Allocator>::
inline void basic_string <charT, traits, Allocator>::Rep::
template <class charT, class traits, class Allocator>
basic_string <charT, traits, Allocator>::size_type
basic_string <charT, traits, Allocator>::
template <class charT, class traits, class Allocator>
int basic_string <charT, traits, Allocator>::
Allocator::deallocate(ptr, sizeof(Rep) +
template <class charT, class traits, class Allocator>
int basic_string <charT, traits, Allocator>::
template <class charT, class traits, class Allocator>
operator>> (istream &is, basic_string <charT, traits, Allocator> &s)
template <class charT, class traits, class Allocator>
inline size_t basic_string <charT, traits, Allocator>::Rep::
template <class charT, class traits, class Allocator>
operator<< (ostream &o, const basic_string <charT, traits, Allocator>& s)
template <class charT, class traits, class Allocator>
getline (istream &is, basic_string <charT, traits, Allocator>& s, charT delim)
template <class charT, class traits, class Allocator>
basic_string <charT, traits, Allocator>::Rep
basic_string<charT, traits, Allocator>::nilRep = { 0, 0, 1, false };
template <class charT, class traits, class Allocator>
const basic_string <charT, traits, Allocator>::size_type
basic_string <charT, traits, Allocator>::npos;
template <class charT, class traits, class Allocator>
inline basic_string <charT, traits, Allocator>::Rep *
basic_string <charT, traits, Allocator>::Rep::
template <class charT, class traits, class Allocator>
charT * basic_string <charT, traits, Allocator>::Rep::
template <class charT, class traits, class Allocator>
inline bool basic_string <charT, traits, Allocator>::Rep::
template <class charT, class traits, class Allocator>
inline bool basic_string <charT, traits, Allocator>::
template <class charT, class traits, class Allocator>
void basic_string <charT, traits, Allocator>::
typedef Allocator allocator_type;
template <class charT, class traits, class Allocator> template <class InputIterator>
basic_string <charT, traits, Allocator>& basic_string <charT, traits, Allocator>::
template <class charT, class traits, class Allocator>
basic_string <charT, traits, Allocator>& basic_string <charT, traits, Allocator>::
template <class charT, class traits, class Allocator>
inline basic_string <charT, traits, Allocator>
operator+ (const basic_string <charT, traits, Allocator>& lhs,
const basic_string <charT, traits, Allocator>& rhs)
basic_string <charT, traits, Allocator> _str (lhs);
template <class charT, class traits, class Allocator>
inline basic_string <charT, traits, Allocator>
operator+ (const charT* lhs, const basic_string <charT, traits, Allocator>& rhs)
basic_string <charT, traits, Allocator> _str (lhs);
template <class charT, class traits, class Allocator>
inline basic_string <charT, traits, Allocator>
operator+ (charT lhs, const basic_string <charT, traits, Allocator>& rhs)
basic_string <charT, traits, Allocator> _str (1, lhs);
template <class charT, class traits, class Allocator>
inline basic_string <charT, traits, Allocator>
operator+ (const basic_string <charT, traits, Allocator>& lhs, const charT* rhs)
basic_string <charT, traits, Allocator> _str (lhs);
template <class charT, class traits, class Allocator>
inline basic_string <charT, traits, Allocator>
operator+ (const basic_string <charT, traits, Allocator>& lhs, charT rhs)
basic_string <charT, traits, Allocator> str (lhs);
template <class charT, class traits, class Allocator>
operator== (const basic_string <charT, traits, Allocator>& lhs,
const basic_string <charT, traits, Allocator>& rhs)
template <class charT, class traits, class Allocator>
operator== (const charT* lhs, const basic_string <charT, traits, Allocator>& rhs)
template <class charT, class traits, class Allocator>
operator== (const basic_string <charT, traits, Allocator>& lhs, const charT* rhs)
template <class charT, class traits, class Allocator>
operator!= (const charT* lhs, const basic_string <charT, traits, Allocator>& rhs)
template <class charT, class traits, class Allocator>
operator!= (const basic_string <charT, traits, Allocator>& lhs, const charT* rhs)
template <class charT, class traits, class Allocator>
operator< (const basic_string <charT, traits, Allocator>& lhs,
const basic_string <charT, traits, Allocator>& rhs)
template <class charT, class traits, class Allocator>
operator< (const charT* lhs, const basic_string <charT, traits, Allocator>& rhs)
template <class charT, class traits, class Allocator>
operator< (const basic_string <charT, traits, Allocator>& lhs, const charT* rhs)
template <class charT, class traits, class Allocator>
operator> (const charT* lhs, const basic_string <charT, traits, Allocator>& rhs)
template <class charT, class traits, class Allocator>
operator> (const basic_string <charT, traits, Allocator>& lhs, const charT* rhs)
template <class charT, class traits, class Allocator>
operator<= (const charT* lhs, const basic_string <charT, traits, Allocator>& rhs)
template <class charT, class traits, class Allocator>
operator<= (const basic_string <charT, traits, Allocator>& lhs, const charT* rhs)
template <class charT, class traits, class Allocator>
operator>= (const charT* lhs, const basic_string <charT, traits, Allocator>& rhs)
template <class charT, class traits, class Allocator>
operator>= (const basic_string <charT, traits, Allocator>& lhs, const charT* rhs)
template <class charT, class traits, class Allocator>
operator!= (const basic_string <charT, traits, Allocator>& lhs,
const basic_string <charT, traits, Allocator>& rhs)
template <class charT, class traits, class Allocator>
operator> (const basic_string <charT, traits, Allocator>& lhs,
const basic_string <charT, traits, Allocator>& rhs)
template <class charT, class traits, class Allocator>
operator<= (const basic_string <charT, traits, Allocator>& lhs,
const basic_string <charT, traits, Allocator>& rhs)
template <class charT, class traits, class Allocator>
operator>= (const basic_string <charT, traits, Allocator>& lhs,
const basic_string <charT, traits, Allocator>& rhs)
template <class charT, class traits, class Allocator> istream&
operator>> (istream&, basic_string <charT, traits, Allocator>&);
template <class charT, class traits, class Allocator> ostream&
operator<< (ostream&, const basic_string <charT, traits, Allocator>&);
template <class charT, class traits, class Allocator> istream&
getline (istream&, basic_string <charT, traits, Allocator>&, charT delim = '\n');
class Allocator = alloc >
{ return __name##Allocator(_M_data_allocator).allocate(__n); } \
{ __name##Allocator(_M_data_allocator).deallocate(__p, __n); }
{ return __name##Allocator(_M_data_allocator).allocate(__n); } \
{ __name##Allocator(_M_data_allocator).deallocate(__p, __n); }
template <typename> class Allocator = MallocFreeAllocator>
template <typename> class Allocator>
Allocator<Node> fAllocator;
BOpenHashTable(const Definition& definition, const Allocator& allocator)
Allocator fAllocator;
bool CheckDuplicates = false, typename Allocator = MallocAllocator>
BlockAllocator& allocator = volume->Allocator();
recursive_lock_unlock(&GetVolume()->Allocator().Lock());
recursive_lock_lock(&GetVolume()->Allocator().Lock());
recursive_lock_unlock(&GetVolume()->Allocator().Lock());
BlockAllocator& allocator = GetVolume()->Allocator();
kprintf("allocator: %p\n", &volume->Allocator());
BlockAllocator& allocator = fVolume->Allocator();
BlockAllocator& Allocator();
status_t status = volume->Allocator().Trim(
BlockAllocator& allocator = volume->Allocator();
BlockAllocator& allocator = volume->Allocator();
Allocator fAreaInfoAllocator;
static AreaInfo* Create(Allocator& allocator, VMArea* area, size_t ramSize,
Allocator()
BOpenHashTable(const Definition& definition, const Allocator& allocator)
Allocator fAllocator;
bool CheckDuplicates = false, typename Allocator = MallocAllocator>