Searched refs:allocate_new (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | symbol-summary.h | 60 T* allocate_new () in allocate_new() function 155 *v = this->allocate_new (); in class() 364 (*m_vector)[id] = this->allocate_new (); 553 T* allocate_new () 647 *v = this->allocate_new (); 825 (*m_vector)[id] = this->allocate_new ();
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | symbol-summary.h | 60 T* allocate_new () in allocate_new() function 155 *v = this->allocate_new (); in class() 364 (*m_vector)[id] = this->allocate_new (); 553 T* allocate_new () 647 *v = this->allocate_new (); 825 (*m_vector)[id] = this->allocate_new ();
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/ |
| H A D | allocation_type.hpp | 45 static const allocation_type allocate_new = (allocation_type)allocate_new_v; variable
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/ |
| H A D | vector.hpp | 388 … 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() 533 m_start = this->allocation_command(allocate_new, cap, cap, reuse); in priv_first_allocation() 547 BOOST_ASSERT( (command & allocate_new)); 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() 2700 (allocate_new | expand_fwd | expand_bwd, this->m_holder.m_size + n, real_cap, reuse)); in priv_forward_range_insert_no_capacity()
|