Home
last modified time | relevance | path

Searched defs:__allocation (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__utility/
H A Dsmall_buffer.h71 … byte* __allocation = reinterpret_cast<byte*>(std::__libcpp_allocate<_Stored>(__element_count(1))); in __alloc() local
/freebsd/contrib/llvm-project/libcxx/src/
H A Dstring.cpp56 auto __allocation = std::__allocate_at_least(__alloc_, __recommend(__reserve) + 1); in __init() local
/freebsd/contrib/llvm-project/libcxx/include/__vector/
H A Dvector.h574 auto __allocation = std::__allocate_at_least(this->__alloc_, __n); in __vallocate() local