get alignment requiement in bytes; guaranteed to be power of 2
| 283 | |
| 284 | //! get alignment requiement in bytes; guaranteed to be power of 2 |
| 285 | size_t get_mem_addr_alignment() const { return m_impl->get_mem_addr_alignment(); } |
| 286 | |
| 287 | /*! |
| 288 | * \brief get the size of the paddings which must be reserved at the |
no outgoing calls