Searched refs:get_rounded_size (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/boost/interprocess/detail/ |
D | segment_manager_helper.hpp | 118 return get_rounded_size in total_size_with_header() 142 …return this->value_offset() + get_rounded_size(size_type(m_value_bytes), size_type(sizeof_char())); in name_offset() 152 … return get_rounded_size(size_type(sizeof(block_header<size_type>)), size_type(m_value_alignment)); in value_offset() 179 get_rounded_size(sizeof(block_header), algn))); in block_header_from_value() 192 get_rounded_size( size_type(sizeof(Header)) in from_first_header() 203 get_rounded_size( size_type(sizeof(Header)) in to_first_header() 284 get_rounded_size(size_type(sizeof(*this)), size_type(BlockHdrAlignment)))); in get_block_header() 296 … get_rounded_size(size_type(sizeof(intrusive_value_type_impl)), size_type(BlockHdrAlignment))); in get_intrusive_value_type()
|
D | utilities.hpp | 54 inline SizeType get_rounded_size(SizeType orig_size, SizeType round_to) in get_rounded_size() function
|
/third_party/boost/boost/container/detail/ |
D | node_pool_impl.hpp | 66 static size_type get_rounded_size(size_type orig_size, size_type round_to) in get_rounded_size() function in boost::container::dtl::private_node_pool_impl 157 size_type blocksize = (get_rounded_size) in deallocate_free_blocks() 217 size_type blocksize = (get_rounded_size) in purge_blocks() 310 … (get_rounded_size)(m_real_node_size*m_nodes_per_block, (size_type)alignment_of<node_t>::value); in priv_alloc_block()
|
/third_party/boost/boost/interprocess/mem_algo/detail/ |
D | simple_seq_fit_impl.hpp | 298 …ipcdetail::get_rounded_size(sizeof(simple_seq_fit_impl) + extra_hdr_bytes + this_disalignment, Ali… in priv_first_block_offset() 489 return ipcdetail::get_rounded_size((size_type)sizeof(simple_seq_fit_impl),Alignment) + in get_min_size() 490 ipcdetail::get_rounded_size(extra_hdr_bytes,Alignment) in get_min_size() 694 ipcdetail::get_rounded_size(preferred_size - extra_forward, Alignment); in priv_expand_both_sides() 697 max_value(ipcdetail::get_rounded_size(min_size - extra_forward, Alignment) in priv_expand_both_sides() 756 size_type s = ipcdetail::get_rounded_size(userbytes, Alignment)/Alignment; in priv_get_total_units() 779 …size_type nunits = ipcdetail::get_rounded_size(preferred_size, Alignment)/Alignment + BlockCtrlUni… in priv_allocate() 821 …size_type limit_units = ipcdetail::get_rounded_size(limit_size, Alignment)/Alignment + BlockCtrlUn… in priv_allocate() 925 min_size = ipcdetail::get_rounded_size(min_size, Alignment)/Alignment; in priv_expand() 926 preferred_size = ipcdetail::get_rounded_size(preferred_size, Alignment)/Alignment; in priv_expand()
|
D | mem_algo_common.hpp | 113 { return get_rounded_size(size, Alignment)/Alignment; } in ceil_units() 119 { return get_rounded_size(size, Alignment); } in multiple_of_units() 221 needs_backwards_lcmed = get_rounded_size(needs_backwards, lcm_val); in calculate_lcm_and_needs_backwards_lcmed()
|
/third_party/boost/boost/interprocess/ipc/ |
D | message_queue.hpp | 535 …r_index_size = ipcdetail::get_rounded_size<size_type>(max_num_msg*sizeof(msg_hdr_ptr_t), msg_hdr… in get_mem_size() 536 …r_max_msg_size = ipcdetail::get_rounded_size<size_type>(max_msg_size, msg_hdr_align) + sizeof(msg_… in get_mem_size() 549 …r_index_size = ipcdetail::get_rounded_size<size_type>(m_max_num_msg*sizeof(msg_hdr_ptr_t), msg_h… in initialize_memory() 550 …r_max_msg_size = ipcdetail::get_rounded_size<size_type>(m_max_msg_size, msg_hdr_align) + sizeof(ms… in initialize_memory()
|
/third_party/boost/boost/interprocess/mem_algo/ |
D | rbtree_best_fit.hpp | 370 size_type aligned_main_hdr_end = ipcdetail::get_rounded_size(main_hdr_end, Alignment); in priv_first_block_offset_from_this() 1019 …size_type units = ipcdetail::get_rounded_size(userbytes - UsableByPreviousChunk, Alignment)/Alignm… in priv_get_total_units()
|