Home
last modified time | relevance | path

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

/third_party/boost/boost/interprocess/mem_algo/detail/
Dsimple_seq_fit_impl.hpp197 size_type &prefer_in_recvd_out_size, T *&reuse);
200 … size_type &prefer_in_recvd_out_size, void *&reuse_ptr, size_type sizeof_object = 1);
220 ,size_type &prefer_in_recvd_out_size, void *&reuse_ptr);
224 ,size_type &prefer_in_recvd_out_size
247 bool priv_expand(void *ptr, size_type min_size, size_type &prefer_in_recvd_out_size);
251 ,size_type min_size, size_type &prefer_in_recvd_out_size
588 size_type &prefer_in_recvd_out_size, T *&reuse_ptr) in allocation_command() argument
592 (command, limit_size, prefer_in_recvd_out_size, raw_reuse, sizeof(T)); in allocation_command()
601 … size_type &prefer_in_recvd_out_size, void *&reuse_ptr, size_type sizeof_object) in raw_allocation_command() argument
603 size_type const preferred_objects = prefer_in_recvd_out_size; in raw_allocation_command()
[all …]
/third_party/boost/boost/interprocess/mem_algo/
Drbtree_best_fit.hpp241 size_type &prefer_in_recvd_out_size, T *&reuse);
244 size_type &prefer_in_recvd_out_size,
263 … size_type &prefer_in_recvd_out_size, void *&reuse_ptr, size_type sizeof_object);
268 , size_type limit_size, size_type &prefer_in_recvd_out_size
282 bool priv_expand(void *ptr, const size_type min_size, size_type &prefer_in_recvd_out_size);
287 ,size_type &prefer_in_recvd_out_size
690 size_type &prefer_in_recvd_out_size, T *&reuse) in allocation_command() argument
693 …void* const ret = priv_allocation_command(command, limit_size, prefer_in_recvd_out_size, raw_reuse… in allocation_command()
725 size_type &prefer_in_recvd_out_size, in priv_allocation_command() argument
729 size_type const preferred_size = prefer_in_recvd_out_size; in priv_allocation_command()
[all …]
/third_party/boost/boost/container/
Dadaptive_pool.hpp187 size_type &prefer_in_recvd_out_size, in allocation_command() argument
190 … pointer ret = this->priv_allocation_command(command, limit_size, prefer_in_recvd_out_size, reuse); in allocation_command()
324 ,size_type &prefer_in_recvd_out_size, pointer &reuse_ptr) in priv_allocation_command() argument
326 std::size_t const preferred_size = prefer_in_recvd_out_size; in priv_allocation_command()
339 prefer_in_recvd_out_size = r_size/sizeof(T); in priv_allocation_command()
491 size_type &prefer_in_recvd_out_size, in allocation_command() argument
494 … pointer ret = this->priv_allocation_command(command, limit_size, prefer_in_recvd_out_size, reuse); in allocation_command()
584 ,size_type &prefer_in_recvd_out_size, pointer &reuse_ptr) in priv_allocation_command() argument
586 std::size_t const preferred_size = prefer_in_recvd_out_size; in priv_allocation_command()
599 prefer_in_recvd_out_size = r_size/sizeof(T); in priv_allocation_command()
Dallocator.hpp222 size_type &prefer_in_recvd_out_size, in allocation_command() argument
228 … pointer ret = this->priv_allocation_command(command, limit_size, prefer_in_recvd_out_size, reuse); in allocation_command()
342 ,size_type &prefer_in_recvd_out_size in priv_allocation_command() argument
345 std::size_t const preferred_size = prefer_in_recvd_out_size; in priv_allocation_command()
358 prefer_in_recvd_out_size = r_size/sizeof(T); in priv_allocation_command()
Dnode_allocator.hpp190 …(allocation_type command, size_type limit_size, size_type &prefer_in_recvd_out_size, pointer &reus… in allocation_command() argument
193 … pointer ret = this->priv_allocation_command(command, limit_size, prefer_in_recvd_out_size, reuse); in allocation_command()
315 ,size_type &prefer_in_recvd_out_size in priv_allocation_command() argument
318 std::size_t const preferred_size = prefer_in_recvd_out_size; in priv_allocation_command()
331 prefer_in_recvd_out_size = r_size/sizeof(T); in priv_allocation_command()
Dvector.hpp387 … size_type limit_size, size_type &prefer_in_recvd_out_size, pointer &reuse) in allocation_command()
390 …is->priv_allocation_command(alloc_version(), command, limit_size, prefer_in_recvd_out_size, reuse); in allocation_command()
503 size_type &prefer_in_recvd_out_size, in priv_allocation_command()
513 (clamp_by_stored_size_type)(prefer_in_recvd_out_size, stored_size_type()); in priv_allocation_command()
514 pointer const p = this->allocate(prefer_in_recvd_out_size); in priv_allocation_command()
521 size_type &prefer_in_recvd_out_size, in priv_allocation_command()
528 (clamp_by_stored_size_type)(prefer_in_recvd_out_size, stored_size_type()); in priv_allocation_command()
530 …pointer p = this->alloc().allocation_command(command, limit_size, prefer_in_recvd_out_size, reuse); in priv_allocation_command()
532 (clamp_by_stored_size_type)(prefer_in_recvd_out_size, stored_size_type()); in priv_allocation_command()
Dstring.hpp318 size_type &prefer_in_recvd_out_size, in allocation_command() argument
326 (this->alloc(), command, limit_size, prefer_in_recvd_out_size, reuse); in allocation_command()
/third_party/boost/boost/container/detail/
Dallocator_version_traits.hpp63 size_type limit_size, size_type &prefer_in_recvd_out_size, pointer &reuse) in allocation_command()
64 { return a.allocation_command(command, limit_size, prefer_in_recvd_out_size, reuse); } in allocation_command()
135 size_type, size_type &prefer_in_recvd_out_size, pointer &reuse) in allocation_command()
143 ret = a.allocate(prefer_in_recvd_out_size); in allocation_command()
/third_party/boost/libs/interprocess/test/
Dexpand_bwd_test_allocator.hpp124 size_type limit_size, size_type &prefer_in_recvd_out_size, pointer &reuse) in allocation_command() argument
129 prefer_in_recvd_out_size = limit_size; in allocation_command()
/third_party/boost/libs/container/test/
Dexpand_bwd_test_allocator.hpp129 size_type limit_size,size_type &prefer_in_recvd_out_size,pointer &reuse) in allocation_command() argument
135 prefer_in_recvd_out_size = limit_size; in allocation_command()
/third_party/boost/boost/interprocess/allocators/
Dallocator.hpp180 … size_type limit_size, size_type &prefer_in_recvd_out_size, pointer &reuse) in allocation_command() argument
183 …pointer const p = mp_mngr->allocation_command(command, limit_size, prefer_in_recvd_out_size, reuse… in allocation_command()
Dcached_node_allocator.hpp248 … size_type limit_size, size_type &prefer_in_recvd_out_size, pointer &reuse);
Dcached_adaptive_pool.hpp276 size_type limit_size, size_type &prefer_in_recvd_out_size, pointer &reuse);
Dprivate_node_allocator.hpp373 size_type limit_size, size_type &prefer_in_recvd_out_size, pointer &reuse);
Dnode_allocator.hpp381 size_type limit_size, size_type &prefer_in_recvd_out_size, pointer &reuse);
Dadaptive_pool.hpp396 size_type limit_size, size_type &prefer_in_recvd_out_size, pointer &reuse);
Dprivate_adaptive_pool.hpp396 size_type limit_size, size_type &prefer_in_recvd_out_size, pointer &reuse);
/third_party/boost/boost/interprocess/detail/
Dmanaged_memory_impl.hpp297 size_type &prefer_in_recvd_out_size, T *&reuse) in allocation_command() argument
298 { return mp_header->allocation_command(command, limit_size, prefer_in_recvd_out_size, reuse); } in allocation_command()
/third_party/boost/boost/interprocess/
Dsegment_manager.hpp202 size_type &prefer_in_recvd_out_size, T *&reuse) in allocation_command() argument
205 … (command | boost::interprocess::nothrow_allocation, limit_size, prefer_in_recvd_out_size, reuse); in allocation_command()
212 … size_type &prefer_in_recvd_out_size, void *&reuse, size_type sizeof_object = 1) in raw_allocation_command() argument
216 prefer_in_recvd_out_size, reuse, sizeof_object); in raw_allocation_command()
/third_party/boost/boost/interprocess/allocators/detail/
Dallocator_common.hpp345 size_type limit_size, size_type &prefer_in_recvd_out_size, pointer &reuse) in allocation_command() argument
349 (command, limit_size, prefer_in_recvd_out_size, reuse_raw); in allocation_command()
/third_party/boost/libs/interprocess/doc/
Dinterprocess.qbk4024 , size_type &prefer_in_recvd_out_size