Home
last modified time | relevance | path

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

/third_party/boost/boost/interprocess/detail/
Dutilities.hpp81 struct ct_rounded_size struct
Dmanaged_open_or_create_impl.hpp115 ct_rounded_size
/third_party/boost/boost/interprocess/ipc/
Dmessage_queue.hpp534 r_hdr_size = ipcdetail::ct_rounded_size<sizeof(mq_hdr_t), index_align>::value, in get_mem_size()
548 r_hdr_size = ipcdetail::ct_rounded_size<sizeof(mq_hdr_t), index_align>::value, in initialize_memory()
/third_party/boost/boost/interprocess/mem_algo/
Drbtree_best_fit.hpp345 …static const size_type BlockCtrlBytes = ipcdetail::ct_rounded_size<sizeof(block_ctrl), Alignment>:…
347 …static const size_type AllocatedCtrlBytes = ipcdetail::ct_rounded_size<sizeof(SizeHolder), Alignm…
349 …static const size_type EndCtrlBlockBytes = ipcdetail::ct_rounded_size<sizeof(SizeHolder), Alignm…
/third_party/boost/boost/interprocess/mem_algo/detail/
Dsimple_seq_fit_impl.hpp276 …static const size_type BlockCtrlBytes = ipcdetail::ct_rounded_size<sizeof(block_ctrl), Alignment>:…