Home
last modified time | relevance | path

Searched refs:allocation_command (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/
H A Dvector.hpp388 … m_start = this->allocation_command(allocate_new, initial_size, m_capacity = initial_size, reuse); in vector_alloc_holder()
401 … m_start = this->allocation_command(allocate_new, initial_size, m_capacity = initial_size, reuse); in vector_alloc_holder()
435 m_start = this->allocation_command(allocate_new, n, m_capacity = n, reuse); in vector_alloc_holder()
465 BOOST_CONTAINER_FORCEINLINE pointer allocation_command(boost::container::allocation_type command, in allocation_command() function
478 bool const success = !!this->allocation_command(expand_fwd, new_cap, real_cap, reuse); in try_expand_fwd()
533 m_start = this->allocation_command(allocate_new, cap, cap, reuse); in priv_first_allocation()
559 return this->alloc().allocation_command(command, limit_size, prefer_in_recvd_out_size, reuse); in priv_allocation_command()
1237 …pointer const ret(this->m_holder.allocation_command(allocate_new|expand_fwd, input_sz, real_cap = …
2244 p = this->m_holder.allocation_command(allocate_new, new_size, new_cap, p); in priv_merge()
2488 …pointer const ret(this->m_holder.allocation_command(allocate_new | expand_fwd | expand_bwd, new_ca… in priv_reserve_no_capacity()
[all …]